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)
- string
- null
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
- null
string
fips_county object
anyOf
- string
- null
string
geoid_full object
Full Census GEOID
- string
- null
string
GeocodeResult
{
"coordinates": {
"latitude": 0,
"longitude": 0
},
"address": "string",
"geographies": {}
}