RouteTrackingStateUpdatedListener

On every position update informs the caller about route tracking state updates. The information about the route state is represented by the RouteTrackingState.

To start receiving route tracking state updates, use tomTomNavigation.addRouteTrackingStateUpdatedListener(routeTrackingStateUpdatedListener) To stop receiving route tracking state updates, remove the previously added listener using tomTomNavigation.removeRouteTrackingStateUpdatedListener(routeTrackingStateUpdatedListener)

Functions

Link copied to clipboard
abstract fun onRouteTrackingStateUpdated(routeTrackingState: RouteTrackingState)

Called whenever RouteTrackingState has changed.