Browse Source

Couple of style edits

Made heading use sentence capitalization
Changed we to Mapzen Search
pull/41/head
Rhonda Glennon 9 years ago
parent
commit
61069ff104
  1. 4
      response.md

4
response.md

@ -53,13 +53,13 @@ Each item in this list will contain all the information needed to identify it in
} }
``` ```
## Notable Features ## Notable features
### GID ### GID
This is a "global id" that can be used to reference a result with the [/place](/place.md) endpoint. It consists of an identifier for the dataset, a layer, and finally an `id` for the individual record. This `id` corresponds to stable ids from datasets wherever possible (such as the ID of an OpenStreetMap Node or Way), but not all datasets have them. This is a "global id" that can be used to reference a result with the [/place](/place.md) endpoint. It consists of an identifier for the dataset, a layer, and finally an `id` for the individual record. This `id` corresponds to stable ids from datasets wherever possible (such as the ID of an OpenStreetMap Node or Way), but not all datasets have them.
### Label ### Label
The `label` is a human-friendly representation of the place, ready to be displayed to an end user. The label field attempts to use a format that is appropriate for the region the result is in, although we only support a few countries at the moment. The `label` is a human-friendly representation of the place, ready to be displayed to an end user. The label field attempts to use a format that is appropriate for the region the result is in, although Mapzen Search only supports a few countries at the moment.
### Confidence ### Confidence
The confidence score is an estimation of how accurately this result matches the query. The confidence score is an estimation of how accurately this result matches the query.

Loading…
Cancel
Save