ResolvedAddress
A hex code resolved to its best-known coordinate.
hexstring
Example:
AF-GH-7-0GXTJJB0ZZZZZpoint object
lngnumber<double>
Example:
-0.1867latnumber<double>
Example:
5.604precisionstring
How the point was derived — structure: a confirmed gate/door;
building_edge: the road-facing edge of the nearest building
footprint; hex_centroid: plain cell centre fallback.
Possible values: [structure, building_edge, hex_centroid]
Example:
structureconfidenceinteger
Possible values: >= 0 and <= 100
Example:
85ResolvedAddress
{
"hex": "AF-GH-7-0GXTJJB0ZZZZZ",
"point": {
"lng": -0.1867,
"lat": 5.604
},
"precision": "structure",
"confidence": 85
}