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

    Interface QueryRenderedFeaturesOptions

    interface QueryRenderedFeaturesOptions {
        filter?: any[];
        layers?: string[];
        point?: LatLng;
    }
    Index

    Properties

    filter?: any[]
    layers?: string[]
    point?: LatLng