Skip to main content

HexGeoJSONFeature

typestring
Example: Feature
properties object
codestring
resolutioninteger
area_km2number
geometry object
typestring
Example: Polygon
coordinatesarray

[[[lng, lat], ...]]

HexGeoJSONFeature
{
"type": "Feature",
"properties": {
"code": "string",
"resolution": 0,
"area_km2": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
null
]
}
}