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

    Interface BannerInstructionComponent

    A single text fragment within a banner instruction line.

    interface BannerInstructionComponent {
        abbreviation?: string;
        abbreviationPriority?: number;
        text: string;
        type?: string;
    }
    Index

    Properties

    abbreviation?: string
    abbreviationPriority?: number
    text: string

    Plain text fragment.

    type?: string

    Component type — 'text' | 'icon' | 'delimiter' | 'lane' | 'exit' | 'exit-number'.