interface VectorTileSearchServiceOptions {
    dataSource?: TileDataSource<any, any>;
    decoder?: VectorTileDecoder;
    layer?: VectorTileLayer;
    maxZoom?: number;
    minZoom?: number;
}

Hierarchy (view full)

Properties

dataSource?: TileDataSource<any, any>
maxZoom?: number
minZoom?: number

Generated using TypeDoc