Enum Maneuver.DirectionType
Defines the different directions of a maneuver.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public enum Maneuver.DirectionType
Fields
Name | Description |
---|---|
BearLeft | Indicates to keep on the left lane. |
BearRight | Indicates to keep on the right lane. |
Forward | Indicates no relevant change in direction. |
HardLeft | Indicates a hard turn to the left. |
HardRight | Indicates a hard right turn. |
Left | Indicates a normal turn to the left. |
LightLeft | Indicates a light turn to the left. |
LightRight | Indicates a light turn to the right. |
Right | Indicates a normal turn to the right. |
Unknown | No matching modifier was found. |
UTurn | Indicates reversal of direction. |
UTurnLeft | Indicates reversal of direction to the left. |
UTurnRight | Indicates reversal of direction to the right. |