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

    Interface Feature

    interface Feature {
        geometry: object;
        id?: any;
        properties: object;
        type: string;
    }
    Index

    Properties

    geometry: object
    id?: any
    properties: object
    type: string