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), setActiveRoutePlan or stopNavigation().

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

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