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

    Interface GeoJSONSource

    interface GeoJSONSource {
        cluster?: {
            maxZoom: any;
            properties?: { [property: string]: [any, any] };
            radius: any;
        };
        data?: any;
        lineMetrics?: boolean;
        maxzoom?: number;
        minzoom?: number;
        scheme?: "xyz"
        | "tms";
        type: "geojson";
        url: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cluster?: {
        maxZoom: any;
        properties?: { [property: string]: [any, any] };
        radius: any;
    }
    data?: any
    lineMetrics?: boolean
    maxzoom?: number
    minzoom?: number
    scheme?: "xyz" | "tms"
    type: "geojson"
    url: any