A Nativescript plugin for Mapbox Native Maps.
    Preparing search index...

    Type Alias SupportedLayerType

    SupportedLayerType: LayerType & (
        "line"
        | "circle"
        | "fill"
        | "symbol"
        | "raster"
    )