Browse Source

Whitespace

pull/23/head
Julian Simioni 9 years ago
parent
commit
94601b556a
  1. 8
      response.md

8
response.md

@ -22,9 +22,9 @@ The `features` property of the result is where you will find the list of results
Each item in this list will contain all the information needed to identify it in human-readable format in the `properties` block, as well as computer friendly coordinates in the `geometry` property. Note the `label` property, which is a human-friendly representation of the place, ready to be displayed to an end-user. Each item in this list will contain all the information needed to identify it in human-readable format in the `properties` block, as well as computer friendly coordinates in the `geometry` property. Note the `label` property, which is a human-friendly representation of the place, ready to be displayed to an end-user.
```json ```json
{ {
"type":"Feature", "type":"Feature",
"properties":{ "properties":{
"gid":"...", "gid":"...",
"layer":"address", "layer":"address",
"source":"osm", "source":"osm",
@ -43,9 +43,9 @@ Each item in this list will contain all the information needed to identify it in
"confidence":0.9624939994613662, "confidence":0.9624939994613662,
"label":"30 West 26th Street, Manhattan, NY" "label":"30 West 26th Street, Manhattan, NY"
}, },
"geometry":{ "geometry":{
"type":"Point", "type":"Point",
"coordinates":[ "coordinates":[
-73.990342, -73.990342,
40.744243 40.744243
] ]

Loading…
Cancel
Save