HexGeoJSONFeatureCollection
typestring
Example:
FeatureCollectionfeatures object[]
Array [
typestring
Example:
Featureproperties object
codestring
resolutioninteger
area_km2number
geometry object
typestring
Example:
Polygoncoordinatesarray
[[[lng, lat], ...]]
]
HexGeoJSONFeatureCollection
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"code": "string",
"resolution": 0,
"area_km2": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
null
]
}
}
]
}