onDestinationReached

abstract fun onDestinationReached(route: Route)

Called when the destination has been reached. It means that ArrivalDetectionEngine has detected arrival. After this call navigation will keep navigating, but without the routes. It means that navigation will behave like after calling TomTomNavigation.start without providing NavigationOptions.

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