On this page

Type Alias GeoJSONSourceOptions

GeoJSONSourceOptions: GeoJSONSourceSpecification & {
    collectResourceTiming?: boolean;
    data: GeoJSON | string;
    workerOptions?: GeoJSONWorkerOptions;
}
Was this helpful?
SDK JS
Reference
GeoJSONSourceOptions