diff --git a/docs/http.md b/docs/http.md index 24da1d1ad..e7e02ae70 100644 --- a/docs/http.md +++ b/docs/http.md @@ -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] + } } ```