startNavigation
Starts navigation without a Route. This method wraps the call to TomTomNavigation.start. Navigation will proceed with following steps:
Providing MapMatchingResult on LocationMapMatchedListener
Providing LocationContext on LocationContextUpdatedListener
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.
Important: This is a Public Preview API. It may be changed or removed at any time.
See also
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.
Important: This is a Public Preview API. It may be changed or removed at any time.