Skip to content

Documentation v1.0.0


Documentation / @openassistant/h3 / H3ToolContext

Type Alias: H3ToolContext ​

H3ToolContext = object

Defined in: h3tool.ts:12

Properties ​

getGeometries() ​

getGeometries: (datasetName) => Promise<FeatureCollection[]>

Defined in: h3tool.ts:13

Parameters ​

datasetName ​

string

Returns ​

Promise<FeatureCollection[]>

Released under the MIT License.