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

    Interface BannerInstructionLine

    One line of a banner instruction (primary, secondary, or sub).

    interface BannerInstructionLine {
        components?: BannerInstructionComponent[];
        degrees?: number;
        modifier?: string;
        text: string;
        type?: string;
    }
    Index

    Properties

    degrees?: number
    modifier?: string

    Direction modifier (e.g. 'left', 'slight right').

    text: string
    type?: string

    Maneuver type (e.g. 'turn', 'merge').