Skip to main content

GeocodePlaceResponse

Response for GET /api/v1/geofences/geocode/place (D-02).

point is [longitude, latitude] — matches GeocodeResult convention. confidence is 1.0 for place_id lookups (GetPlace returns a known place_id from autocomplete and has no Relevance score).

pointnumber[]required

[longitude, latitude] of the geocoded address.

confidenceConfidence (number)required

Geocoder confidence score (0-1).

normalized_addressNormalized Address (string)required

Full normalized address string from geocoder.

normalized_components objectrequired

Structured address components from geocoder.

property name*string
GeocodePlaceResponse
{
"point": [
0
],
"confidence": 0,
"normalized_address": "string",
"normalized_components": {}
}