worldwind-ui API / worldwind-kit / WWGeoJSONParser
Interface: WWGeoJSONParser ​
Defined in: kit/src/worldwind-types.ts:360
Methods ​
load() ​
load(
completionCallback,shapeConfigurationCallback,layer):void
Defined in: kit/src/worldwind-types.ts:361
Parameters ​
completionCallback ​
((layer) => void) | null
shapeConfigurationCallback ​
((geometry, properties) => any) | null
layer ​
WWRenderableLayer | null
Returns ​
void