Skip to main content

ResolvedAddress

A hex code resolved to its best-known coordinate.

hexstring
Example: AF-GH-7-0GXTJJB0ZZZZZ
point object
lngnumber<double>
Example: -0.1867
latnumber<double>
Example: 5.604
precisionstring

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: structure
confidenceinteger

Possible values: >= 0 and <= 100

Example: 85
ResolvedAddress
{
"hex": "AF-GH-7-0GXTJJB0ZZZZZ",
"point": {
"lng": -0.1867,
"lat": 5.604
},
"precision": "structure",
"confidence": 85
}