You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/http.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -576,6 +576,8 @@ step.
576
576
-`mode`: A string signifying the mode of transportation.
577
577
-`maneuver`: A `StepManeuver` object representing the maneuver.
578
578
-`intersections`: A list of `Intersection` objects that are passed along the segment, the very first belonging to the StepManeuver
579
+
-`rotary_name`: The name for the rotary. Optionally included, if the step is a rotary and a rotary name is available.
580
+
-`rotary_pronunciation`: The pronunciation hint of the rotary name. Optionally included, if the step is a rotary and a rotary pronunciation is available.
579
581
580
582
#### Example
581
583
@@ -630,7 +632,7 @@ step.
630
632
-`bearing_after`: The clockwise angle from true north to the
631
633
direction of travel immediately after the maneuver. Range 0-359.
632
634
-`type` A string indicating the type of maneuver. **new identifiers might be introduced without API change**
633
-
Types unknown to the client should be handled like the `turn` type, the existance of correct `modifier` values is guranteed.
635
+
Types unknown to the client should be handled like the `turn` type, the existence of correct `modifier` values is guranteed.
|`end of road`| road ends in a T intersection turn in direction of `modifier`|
647
649
|`use lane`| going straight on a specific lane |
648
650
|`continue`| Turn in direction of `modifier` to stay on the same road |
649
-
|`roundabout`| traverse roundabout, has additional property `exit` with NR if the roundabout is left. `the modifier specifies the direction of entering the roundabout`|
650
-
|`rotary`| a traffic circle. While very similar to a larger version of a roundabout, it does not necessarily follow roundabout rules for right of way. It can offer `rotary_name/rotary_pronunciation` in addition to the `exit` parameter. |
651
+
|`roundabout`| traverse roundabout, has additional property `exit` with NR if the roundabout is left. The modifier specifies the direction of entering the roundabout.|
652
+
|`rotary`| a traffic circle. While very similar to a larger version of a roundabout, it does not necessarily follow roundabout rules for right of way. It can offer `rotary_name` and/or `rotary_pronunciation`parameters (located in the RouteStep object) in addition to the `exit` parameter (located on the StepManeuver object). |
651
653
|`roundabout turn`| Describes a turn at a small roundabout that should be treated as normal turn. The `modifier` indicates the turn direciton. Example instruction: `At the roundabout turn left`. |
652
654
|`notification`| not an actual turn but a change in the driving conditions. For example the travel mode. If the road takes a turn itself, the `modifier` describes the direction |
0 commit comments