new GOIsolines()
Interactions/geoTools/isolines/index.ts, line 6
Methods
-
init(){CancelablePromise.<(GeoJSON|undefined)>}
Interactions/geoTools/isolines/index.ts, line 13 -
Initializes the Isolines tool.
Name Type Description params.idIsolinestring The ID of the isoline tool.
params.mapGOStagingMap The map instance.
params.dataIsolinesisolinesDataParams The data used to compute the isolines.
Returns:
Type Description CancelablePromise.<(GeoJSON|undefined)> A promise that resolves with the isoline data.
