- query
- The coordinate pair exactly as you submitted it - e.g.
37.427074,-122.1439166. Present on every row of every run. - lat
- Latitude, as a number - e.g.
37.427074. Echoes your input rather than snapping to the matched object. - lon
- Longitude, as a number - e.g.
-122.1439166. - address
- The nearest object's address as one comma-separated string:
321, South California Avenue, Evergreen Park, Palo Alto, Santa Clara County, California, 94306, United States. - type
- The value of the matched object's main OpenStreetMap tag.
house on one of our rows - and bench on the other. Read this before you trust the address. - class
- The key of that same tag -
place and amenity respectively. class and type are a pair. - osm_type
- Which kind of OpenStreetMap object matched -
node on both of our rows. - osm_id
- That object's OpenStreetMap id, as a number - e.g.
1734450110. - city
- City or town -
Palo Alto, Hoboken. Wide shape only. - country_code
- Two-letter country code -
US. Note this service returns a code where Geocoding returns a full country name. - county
- County -
Santa Clara County, Hudson County. - photo
- A ready-made Google Street View link built from your coordinates. Same URL pattern that Geocoding returns under the name
street_view. - plus_code
- The Open Location Code for the point -
849VCVG4+RC, 87G7PXVF+X4. A short grid reference that works without a street network. - postal_code
- Postcode -
94306, 07030. - state
- State or region -
California, New Jersey. - street
- Street line -
321 South California Avenue, 1 Hudson Street. - time_zone
- IANA time-zone name -
America/Los_Angeles, America/New_York. Directly usable for local-time maths. - latitude
- Latitude again, same numeric value as
lat. - longitude
- Longitude again, same numeric value as
lon.