setTomTomNavigation

fun setTomTomNavigation(tomTomNavigation: TomTomNavigation)

Deprecated

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

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.