HexLocation
codestring
Human-readable hex code
Example:
AF-GH-7-0GXTQD5RFZZZZh3_indexstring
Raw H3 cell index (hex)
Example:
877576970ffffffresolutioninteger
H3 resolution level
Example:
7countrystring
Example:
Ghanacountry_codestring
Example:
GHcenter object
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953boundary object[]
Polygon vertices of the hex cell
Array [
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953]
area_km2number<double>
Cell area in km²
Example:
3.86gps_codestring
Linked GhanaPostGPS code (if known)
regionstring
districtstring
HexLocation
{
"code": "AF-GH-7-0GXTQD5RFZZZZ",
"h3_index": "877576970ffffff",
"resolution": 7,
"country": "Ghana",
"country_code": "GH",
"center": {
"lat": 5.6041,
"lng": -0.1953
},
"boundary": [
{
"lat": 5.6041,
"lng": -0.1953
}
],
"area_km2": 3.86,
"gps_code": "string",
"region": "string",
"district": "string"
}