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

    Interface LaneInfo

    Lane indication for an intersection — shows which lanes are valid for the upcoming maneuver.

    interface LaneInfo {
        active?: boolean;
        indications: string[];
        valid: boolean;
    }
    Index

    Properties

    active?: boolean

    Whether this is the active/preferred lane.

    indications: string[]

    Turn indications for this lane (e.g. ['straight', 'left'], ['right']).

    valid: boolean

    Whether this lane is valid for the upcoming maneuver.