Geocode Data Response

This object contains information about a geo-coordinate.
All response parameters should be treated as optionally available.

Properties

gps string
The full GPS string of the result.
latitude float
The latitude of the geocoded result.
longitude float
The longitude of the geocoded result.
postalCode string
The zip/postal code of the location.
city string
The city name of the location (if relevant).
county string
The county name of the location (if relevant).
state string
The state or province name of the location.
country string
The country name of the location.
osmId integer
The OpenStreetMap identifier for the location.
longName string
A human-readable description of the location (English only inputs).
shortName string
A 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"
}