@nativescript-community/ui-carto
    Preparing search index...

    Interface VectorTileSearchServiceOptions

    interface VectorTileSearchServiceOptions {
        dataSource?: TileDataSource<any, any>;
        decoder?: VectorTileDecoder;
        layer?: VectorTileLayer;
        layers?: string[];
        maxResults?: number;
        maxZoom?: number;
        minZoom?: number;
        preventDuplicates?: boolean;
        sortByDistance?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dataSource?: TileDataSource<any, any>
    layers?: string[]
    maxResults?: number
    maxZoom?: number
    minZoom?: number
    preventDuplicates?: boolean
    sortByDistance?: boolean