Documentation / @openassistant/geoda / GetGeometries
Type Alias: GetGeometries()
GetGeometries = (
datasetName) =>Promise<SpatialGeometry|null>
Defined in: src/types.ts:29
Get the geometries of the dataset.
Parameters
datasetName
string
The name of the dataset.
Returns
Promise<SpatialGeometry | null>
The geometries of the dataset. See SpatialGeometry for more details.
