Example of the annotation response value.

This commit is contained in:
Daniel Patterson 2016-05-11 10:43:09 -07:00 committed by Patrick Niklaus
parent fa525ad610
commit 0903b8227f
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -389,13 +389,17 @@ Represents a route between two waypoints.
#### Example
With `steps=false`:
With `steps=false` and `annotate=true`:
```json
{
"distance": 30.0,
"duration": 100.0,
"steps": []
"annotation": {
"distance": [5,5,10,5,5],
"duration": [15,15,40,15,15]
}
}
```