Enum Maneuver.ActionType
Defines the different actions of a maneuver.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public enum Maneuver.ActionType
Fields
| Name | Description |
|---|---|
| Arrive | Maneuver's action for arrival. |
| ArriveAirport | Maneuver's action for arrival at the airport. |
| ArriveLeft | Maneuver's action for arrival on the left side. |
| ArriveRight | Maneuver's action for arrival on the right side. |
| Continue | Maneuver's action for a Continue. |
| Depart | Maneuver's action for departure. |
| DepartAirport | Maneuver's action for a departure from an airport. "Start toward the airport exit". |
| Ferry | Maneuver's action for a Ferry. |
| LeftExit | Maneuver's action for a LeftExit. |
| LeftFork | Maneuver's action for a LeftFork. |
| LeftLoop | Maneuver's action for a left loop. |
| LeftMerge | Maneuver's action for a LeftMerge. |
| LeftRamp | Maneuver's action for a LeftRamp. |
| LeftRoundaboutExit01 | Maneuver's action for a LeftRoundaboutExit01. |
| LeftRoundaboutExit02 | Maneuver's action for a LeftRoundaboutExit02. |
| LeftRoundaboutExit03 | Maneuver's action for a LeftRoundaboutExit03. |
| LeftRoundaboutExit04 | Maneuver's action for a LeftRoundaboutExit04. |
| LeftRoundaboutExit05 | Maneuver's action for a LeftRoundaboutExit05. |
| LeftRoundaboutExit06 | Maneuver's action for a LeftRoundaboutExit06. |
| LeftRoundaboutExit07 | Maneuver's action for a LeftRoundaboutExit07. |
| LeftRoundaboutExit08 | Maneuver's action for a LeftRoundaboutExit08. |
| LeftRoundaboutExit09 | Maneuver's action for a LeftRoundaboutExit09. |
| LeftRoundaboutExit10 | Maneuver's action for a LeftRoundaboutExit10. |
| LeftRoundaboutExit11 | Maneuver's action for a LeftRoundaboutExit11. |
| LeftRoundaboutExit12 | Maneuver's action for a LeftRoundaboutExit12. |
| LeftTurn | Maneuver's action for a LeftTurn. |
| LeftUTurn | Maneuver's action for a left uTurn. |
| MiddleFork | Maneuver's action for a MiddleFork. |
| NameChange | Maneuver's action for a NameChange. |
| OffRamp | Maneuver's action for leaving a highway. |
| OnRamp | Maneuver's action for entering a highway. |
| RightExit | Maneuver's action for a RightExit. |
| RightFork | Maneuver's action for a RightFork. |
| RightLoop | Maneuver's action for a RightLoop. |
| RightMerge | Maneuver's action for a RightMerge. |
| RightRamp | Maneuver's action for a RightRamp. |
| RightRoundaboutExit01 | Maneuver's action for a RightRoundaboutExit01. |
| RightRoundaboutExit02 | Maneuver's action for a RightRoundaboutExit02. |
| RightRoundaboutExit03 | Maneuver's action for a RightRoundaboutExit03. |
| RightRoundaboutExit04 | Maneuver's action for a RightRoundaboutExit04. |
| RightRoundaboutExit05 | Maneuver's action for a RightRoundaboutExit05. |
| RightRoundaboutExit06 | Maneuver's action for a RightRoundaboutExit06. |
| RightRoundaboutExit07 | Maneuver's action for a RightRoundaboutExit07. |
| RightRoundaboutExit08 | Maneuver's action for a RightRoundaboutExit08. |
| RightRoundaboutExit09 | Maneuver's action for a RightRoundaboutExit09. |
| RightRoundaboutExit10 | Maneuver's action for a RightRoundaboutExit10. |
| RightRoundaboutExit11 | Maneuver's action for a RightRoundaboutExit11. |
| RightRoundaboutExit12 | Maneuver's action for a RightRoundaboutExit12. |
| RightTurn | Maneuver's action for a RightTurn. |
| RightUTurn | Maneuver's action for a RightUTurn. |
| Roundabout | Maneuver's action for traversing a roundabout. |
| SharpLeftTurn | Maneuver's action for a SharpLeftTurn. |
| SharpRightTurn | Maneuver's action for a SharpRightTurn. |
| SlightLeftTurn | Maneuver's action for a SlightLeftTurn. |
| SlightRightTurn | Maneuver's action for a SlightRightTurn. |
| TrafficCircle | Maneuver's action for a TrafficCircle. |
| Turn | Maneuver's action for a basic turn into the direction based on the modifier. |
| Unknown | Maneuver's action for each maneuver that could not be matched. |