On this page

Type Alias GeoJSONWorkerSourceLoadDataResult

type GeoJSONWorkerSourceLoadDataResult = {
    abandoned?: boolean;
    data?: GeoJSON;
    resourceTiming?: { [_: string]: PerformanceResourceTiming[] };
}
Index

Properties

abandoned?: boolean
data?: GeoJSON
resourceTiming?: { [_: string]: PerformanceResourceTiming[] }
Was this helpful?
SDK JS
Reference
GeoJSONWorkerSourceLoadDataResult