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

    Interface LayerOptions

    Base options shared by all map layer types.

    interface LayerOptions {
        belowLayerId?: string;
        maxZoom?: number;
        minZoom?: number;
        sourceId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    belowLayerId?: string

    Optional: insert this layer below the layer with this ID.

    maxZoom?: number

    Optional: maximum zoom level for this layer.

    minZoom?: number

    Optional: minimum zoom level for this layer.

    sourceId: string

    ID of the GeoJSON source this layer reads from.