Home > @magiclane/maps-sdk > NavigationEventType
NavigationEventType enum
Warning: This API is now obsolete.
Use specialized startNavigation/startSimulation callbacks instead. Will be removed in a future version.
Navigation instruction event types
Signature:
export declare enum NavigationEventType Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
destinationReached |
|
Notification received when the destination has been reached. This is the moment when the navigation request finished with success. |
|
error |
|
Signal that the navigation request finished with error. |
|
navigationInstructionUpdate |
|
Notification called when the navigation instruction is updated. This method is called periodically, usually at 1 second intervals, to update the navigation information for the UI. |