@magiclane/maps-sdk
    Preparing search index...

    Enumeration NavigationEventType

    Navigation instruction event types

    Use specialized startNavigation/startSimulation callbacks instead. Will be removed in a future version.

    Index

    Enumeration Members

    destinationReached: 1

    Notification received when the destination has been reached. This is the moment when the navigation request finished with success.

    Use onDestinationReached startNavigation/startSimulation callback instead. Will be removed in a future version.

    error: 0

    Signal that the navigation request finished with error.

    Use onError startNavigation/startSimulation callback instead. Will be removed in a future version.

    navigationInstructionUpdate: 2

    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.

    Use onNavigationInstruction startNavigation/startSimulation callback instead. Will be removed in a future version.