On this page

Type Alias GeoJSONWorkerOptions

type GeoJSONWorkerOptions = {
    clusterProperties?: Record<string, [unknown, unknown]>;
    collectResourceTiming?: boolean;
    filter?: FilterSpecification;
    geojsonVtOptions?: GeoJSONVTOptions;
    source?: string;
}
Index

Properties

clusterProperties?: Record<string, [unknown, unknown]>
collectResourceTiming?: boolean
geojsonVtOptions?: GeoJSONVTOptions
source?: string
Was this helpful?
SDK JS
Reference
GeoJSONWorkerOptions