setTomTomNavigation

fun setTomTomNavigation(tomTomNavigation: TomTomNavigation)

Sets an instance of TomTomNavigation. It has to be called before calling any other navigation method, such as: startNavigation(routes: List), updateRoute(route: Route) or stopNavigation().

Note: Disposal of TomTomNavigation is not handled on the NavigationFragment side, so TomTomNavigation.dispose has to be called on the implementer side when TomTomNavigation is no longer needed.

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