MovementType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the type of movement that a direction encompasses.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum MovementType
<FlagsAttribute>
Public Enumeration MovementType
Members
| Member name | Value | Description |
---|
| None | 0 |
No movement is required for this direction.
|
| First | 1 | First turn. Used for Roundabout movement. |
| Second | 2 | Second turn. Used for Roundabout movement. |
| Third | 3 | Third turn. Used for Roundabout movement. |
| Fourth | 4 | Fourth turn. Used for Roundabout movement. |
| Fifth | 5 | Fifth turn. Used for Roundabout movement. |
| Sixth | 6 | Sixth turn. Used for Roundabout movement. |
| Left | 32 |
Turn direction - left.
|
| Right | 64 |
Turn direction - right.
|
| Merge | 128 |
Turn direction - merge.
|
| DrivingSide | 256 |
Right exit.
|
| Turn | 2048 |
Instruction to make a turn.
|
| UTurn | 4096 |
Instruction to make a u-turn.
|
| Roundabout | 8192 |
Instruction to make a roundabout.
|
| EmbarkFerry | 16384 |
Instruction to embark on a ferry.
|
| DisembarkFerry | 32768 |
Instruction to disembark a ferry.
|
| ChangeFerry | 65536 |
Instruction to change to another ferry.
|
| LeaveFreeway | 131072 |
Instruction to leave the freeway.
|
| JoinFreeway | 262144 |
Instruction to join the freeway.
|
| ChangeFreeways | 524288 |
Instruction to change freeways.
|
| Depart | 1048576 |
Departure.
|
| Arrive | 2097152 |
On arrival.
|
| Split | 4194304 |
Instruction to split.
|
| SkipBypass | 8388608 |
Instruction to skip the bypass.
|
See Also