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

    Interface StepManeuver

    Maneuver data for a single route step.

    interface StepManeuver {
        bearing_after: number;
        bearing_before: number;
        instruction: string;
        location: [number, number];
        modifier?: string;
        type: string;
    }
    Index

    Properties

    bearing_after: number
    bearing_before: number
    instruction: string
    location: [number, number]

    [longitude, latitude] — matches the Directions API spec.

    modifier?: string

    BCP-47 modifier (e.g. 'left', 'slight right').

    type: string