update

fun update(routePlan: RoutePlan)

Updates navigation session with a provided RoutePlan. This method wraps the call to TomTomNavigation.update. If startNavigation(navigationOptions: NavigationOptions) has been called already, the UI will change accordingly.

NavigationFragment.setTomTomNavigation(tomTomNavigation: TomTomNavigation) should be called first.

Important: This is a Public Preview API. It may be changed or removed at any time.

See also