startNavigation

Deprecated

This will be removed from future releases after 2026-07-26.

Starts navigation without a Route. This method wraps the call to TomTomNavigation.start. Navigation will proceed with following steps:

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

Note: If the NavigationFragment is destroyed without calling stopNavigation, the navigation will still be running. In such case, TomTomNavigation.stop should be called.

See also


fun startNavigation(routePlan: RoutePlan)

Deprecated

This will be removed from future releases after 2026-07-26.

Starts navigation with provided RoutePlan. This method wraps the call to TomTomNavigation.start. When called, the UI starts showing Route's guidance, current speed and speed limit. NavigationListener.onStarted is called when navigation has been started.

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

Note: If the NavigationFragment is destroyed without calling stopNavigation, the navigation will still be running. In such case, TomTomNavigation.stop should be called.

See also