Browse Source

Merge pull request #156 from pelias/coordinate-order

Add coordinate section to API response docs
pull/159/head
Julian Simioni 8 years ago committed by GitHub
parent
commit
2501b9dd40
  1. 4
      response.md

4
response.md

@ -63,6 +63,10 @@ Additionally, [/reverse](reverse.md) queries will have a `distance` parameter, w
## Notable features
## `coordinates`
All results returned from Mapzen Search are points, and can be found in the `coordinates` array. Following the [GeoJSON specification](http://geojson.org/geojson-spec.html#positions), these coordinates are in **longitude, latitude** order.
### `gid`
All places in Mapzen Search have a global identifier, known as a `gid`. Each matching record returned from a [/search](search.md), [/autocomplete](autocomplete.md), or [/reverse](reverse.md) geocoding request has a `gid` field.

Loading…
Cancel
Save