Skip to main content

GeocodeResult

Geocode lookup result: coordinates + containing geographies.

coordinates objectrequired

Resolved coordinates.

latitudeLatitude (number)required
longitudeLongitude (number)required
address object

Matched address (only present when address input was used)

anyOf
string
geographies object

Containing geographies keyed by geo_type

property name* GeocodedGeography

A single geography containing the queried point.

geo_keyGeo Key (string)required

Geography key, e.g. 'county:48453'

nameName (string)required

Full official name

geo_typeGeo Type (string)required

Geography type, e.g. 'county', 'state'

fips_state object
anyOf
string
fips_county object
anyOf
string
geoid_full object

Full Census GEOID

anyOf
string
GeocodeResult
{
"coordinates": {
"latitude": 0,
"longitude": 0
},
"address": "string",
"geographies": {}
}