onNavigationStarted

abstract fun onNavigationStarted(routes: List<Route>)

Called when the navigation has been started. It is expected to have this method called after calling TomTomNavigation.start.

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

Parameters

routes

A list of routes that will be processed successively by the navigation.