Browse Source

standardized capitalization

pull/4/head^2^2^2
Stephen Hess 9 years ago
parent
commit
6036024c58
  1. 6
      getting-started/003-reverse.md

6
getting-started/003-reverse.md

@ -82,7 +82,7 @@ This section provides a quick reference for parameters applicable to reverse geo
parameter | type | required | default | example
--- | --- | --- | --- | ---
`api_key` | string | yes | none | [get yours here](https://mapzen.com/developers)
`api_key` | string | yes | none | [get yours here!](https://mapzen.com/developers)
`point.lat` | floating point number | yes | none | `48.858268`
`point.lon` | floating point number | yes | none | `2.294471`
`size` | integer | no | `10` | `3`
@ -94,11 +94,11 @@ parameter | type | required | default | example
This section shows how the various parameters can be combined to form complex use cases.
#### All results near The Tower of London
#### All results near the Tower of London
>[/v1/reverse?api\_key={YOUR-KEY}&point.lat=51.5081124&point.lon=-0.0759493](https://search.mapzen.com/v1/reverse?api_key={YOUR_API_KEY}&point.lat=51.5081124&point.lon=-0.0759493)
#### Only OpenStreetMap results near The Tower of London
#### Only OpenStreetMap results near the Tower of London
>[/v1/reverse?api\_key={YOUR-KEY}&point.lat=51.5081124&point.lon=-0.0759493&sources=osm](https://search.mapzen.com/v1/reverse?api_key={YOUR_API_KEY}&point.lat=51.5081124&point.lon=-0.0759493&sources=osm)

Loading…
Cancel
Save