Skip to main content

HexGeoJSONFeatureCollection

typestring
Example: FeatureCollection
features object[]
  • Array [
  • typestring
    Example: Feature
    properties object
    codestring
    resolutioninteger
    area_km2number
    geometry object
    typestring
    Example: Polygon
    coordinatesarray

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

  • ]
  • HexGeoJSONFeatureCollection
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {
    "code": "string",
    "resolution": 0,
    "area_km2": 0
    },
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    null
    ]
    }
    }
    ]
    }