Type Alias GeoJSONSourceOptions
GeoJSONSourceOptions: GeoJSONSourceSpecification & {
collectResourceTiming?: boolean;
data: GeoJSON | string;
workerOptions?: GeoJSONWorkerOptions;
}
collectResourceTiming?: boolean;
data: GeoJSON | string;
workerOptions?: GeoJSONWorkerOptions;
}
Was this helpful?