Enum Maneuver
A set of values that specify the navigation action to take for the current step (for example, turn left, merge, or straight).
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public enum Maneuver
Fields
Name | Description |
---|---|
Depart | Initial maneuver. |
Ferry | Take the ferry. |
FerryTrain | Take the train leading onto the ferry. |
ForkLeft | Take the left fork. |
ForkRight | Take the right fork. |
Merge | Merge into traffic. |
NameChange | Used to indicate a street name change. |
RampLeft | Take the left ramp. |
RampRight | Take the right ramp. |
RoundaboutLeft | Turn left at the roundabout. |
RoundaboutRight | Turn right at the roundabout. |
Straight | Go straight. |
TurnLeft | Turn left. |
TurnRight | Turn right. |
TurnSharpLeft | Turn sharply to the left. |
TurnSharpRight | Turn sharply to the right. |
TurnSlightLeft | Turn slightly to the left. |
TurnSlightRight | Turn slightly to the right. |
Unspecified | Not used. |
UturnLeft | Make a left u-turn. |
UturnRight | Make a right u-turn. |