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

    Interface StartActiveGuidanceOptions

    interface StartActiveGuidanceOptions {
        response: DirectionsResponse;
        routeIndex?: number;
        simulate?: boolean;
    }
    Index

    Properties

    The full response object from requestRoutes.

    routeIndex?: number

    Index of the primary route inside response.routes. Default 0.

    simulate?: boolean

    If true, the SDK replays the route from its geometry instead of following real GPS. Use for testing without a physical drive. Default false.