@heumes-it/expo-mapbox-navigation - v0.1.0
    Preparing search index...

    Interface MapboxNavigationModuleEvents

    Event payload map for the Mapbox Navigation native module. Consumers subscribe via Expo's useEvent hook against the raw native module (exported as ExpoMapboxNavigationNative).

    interface MapboxNavigationModuleEvents {
        onBannerInstruction: (e: BannerInstruction) => void;
        onContinuousAlternativesUpdated: (e: ContinuousAlternativesUpdated) => void;
        onFasterRouteAvailable: (e: FasterRouteAvailable) => void;
        onFinalDestinationArrived: (e: FinalDestinationArrived) => void;
        onLocationUpdate: (e: LocationUpdate) => void;
        onOffRoute: (e: OffRoute) => void;
        onRerouteCompleted: (e: RerouteCompleted) => void;
        onRerouteFailed: (e: RerouteFailed) => void;
        onRerouteStarted: (e: RerouteStarted) => void;
        onRouteProgress: (e: RouteProgress) => void;
        onRouteRefreshed: (e: RouteRefreshed) => void;
        onSessionStateChange: (e: SessionStateChange) => void;
        onSpeedLimitUpdate: (e: SpeedLimitInfo) => void;
        onVoiceInstruction: (e: VoiceInstruction) => void;
        onWaypointApproaching: (e: WaypointApproaching) => void;
        onWaypointArrived: (e: WaypointArrived) => void;
    }
    Index

    Properties

    onBannerInstruction: (e: BannerInstruction) => void
    onContinuousAlternativesUpdated: (e: ContinuousAlternativesUpdated) => void
    onFasterRouteAvailable: (e: FasterRouteAvailable) => void
    onFinalDestinationArrived: (e: FinalDestinationArrived) => void
    onLocationUpdate: (e: LocationUpdate) => void
    onOffRoute: (e: OffRoute) => void
    onRerouteCompleted: (e: RerouteCompleted) => void
    onRerouteFailed: (e: RerouteFailed) => void
    onRerouteStarted: (e: RerouteStarted) => void
    onRouteProgress: (e: RouteProgress) => void
    onRouteRefreshed: (e: RouteRefreshed) => void
    onSessionStateChange: (e: SessionStateChange) => void
    onSpeedLimitUpdate: (e: SpeedLimitInfo) => void
    onVoiceInstruction: (e: VoiceInstruction) => void
    onWaypointApproaching: (e: WaypointApproaching) => void
    onWaypointArrived: (e: WaypointArrived) => void