Class: GOIsolines

GOIsolines

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.idIsoline string

The ID of the isoline tool.

params.map GOStagingMap

The map instance.

params.dataIsolines isolinesDataParams

The data used to compute the isolines.

Returns:
Type Description
CancelablePromise.<(GeoJSON|undefined)> A promise that resolves with the isoline data.