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