NavigationManagerCallback

interface NavigationManagerCallback


Callback for events from the NavigationManager.

Summary

Public functions

Unit

Notifies the app that, from this point onwards, when the user chooses to navigate to a destination, the app should start simulating a drive towards that destination.

Unit

Notifies the app to stop active navigation, which may occurs when another source such as the car head unit starts navigating.

Public functions

onAutoDriveEnabled

Added in 1.0.0
fun onAutoDriveEnabled(): Unit

Notifies the app that, from this point onwards, when the user chooses to navigate to a destination, the app should start simulating a drive towards that destination.

This mode should remain active until finishCarApp is called.

This functionality is used to allow verifying the app's navigation capabilities without being in an actual car.

onStopNavigation

Added in 1.0.0
fun onStopNavigation(): Unit

Notifies the app to stop active navigation, which may occurs when another source such as the car head unit starts navigating.

When receiving this callback, the app must stop all routing including navigation voice guidance, routing-related notifications, and updating trip information via updateTrip.