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
GeocodedGeography
{
"geo_key": "string",
"name": "string",
"geo_type": "string",
"fips_state": "string",
"fips_county": "string",
"geoid_full": "string"
}