startNavigation

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.

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

See also


fun startNavigation(routePlan: RoutePlan)

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.

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

See also