Browse Source

update URL example to avoid wrapping, again...

pull/199/head
rmglennon 8 years ago
parent
commit
00f5281358
  1. 8
      search.md

8
search.md

@ -9,10 +9,10 @@ Making the leap from text to coordinates is an intricate and challenging process
All Mapzen Search requests share the same format:
```
https://search.mapzen.com/v1/search?text=London&api_key=your-api-key
\___/ \_______________/\__/\_____/\__________/\___________________/
| | / | | |
scheme domain version path query authentication token
https://search.mapzen.com/v1/search?text=London&api_key=
\___/ \_______________/\__/\_____/\__________/\_______/
| | / | | |
scheme domain version path query authentication token
```
In addition, you can search at `https://search.mapzen.com/v1/search/structured` to look for individual components of a location.

Loading…
Cancel
Save