Geocode Data Response
This object contains information about a geo-coordinate.
All response parameters should be treated as optionally available.
Properties
gps
stringThe full GPS string of the result.
latitude
floatThe latitude of the geocoded result.
longitude
floatThe longitude of the geocoded result.
postalCode
stringThe zip/postal code of the location.
city
stringThe city name of the location (if relevant).
county
stringThe county name of the location (if relevant).
state
stringThe state or province name of the location.
country
stringThe country name of the location.
osmId
integerThe OpenStreetMap identifier for the location.
longName
stringA human-readable description of the location (English only inputs).
shortName
stringA short, human-readable description of the location (English only inputs).
Sample output
{ "gps": "39.526,-119.813", "latitude": 39.5261206, "longitude": -119.8126581, "postalCode": null, "city": "Reno", "county": "Washoe County", "state": "Nevada", "country": "United States", "osmId": 170120, "longName": "Reno, Nevada, United States", "shortName": "Reno, NV, US" }