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

    Interface BannerInstruction

    Visual instruction displayed on the navigation banner at a distance along a step.

    interface BannerInstruction {
        distanceAlongStep: number;
        lanes?: LaneInfo[];
        primary: BannerInstructionLine;
        secondary?: BannerInstructionLine;
        sub?: BannerInstructionLine;
    }
    Index

    Properties

    distanceAlongStep: number
    lanes?: LaneInfo[]

    Lane guidance for the upcoming intersection, if available.