HexCellStats
h3_indexstring
H3 cell index in hex format
resolutioninteger
center object
latnumber<double>
Example:
5.6041lngnumber<double>
Example:
-0.1953request_countinteger<int64>
first_seenstring
ISO timestamp of first request in this cell
last_seenstring
ISO timestamp of most recent request
HexCellStats
{
"h3_index": "string",
"resolution": 0,
"center": {
"lat": 5.6041,
"lng": -0.1953
},
"request_count": 0,
"first_seen": "string",
"last_seen": "string"
}