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

    Interface RerouteFailed

    Emitted when a reroute attempt fails.

    interface RerouteFailed {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    message: string