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

    Interface LineLayerOptions

    Options for adding a line layer to the map.

    interface LineLayerOptions {
        belowLayerId?: string;
        maxZoom?: number;
        minZoom?: number;
        paint?: LinePaint;
        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.

    paint?: LinePaint
    sourceId: string

    ID of the GeoJSON source this layer reads from.