Click or drag to resize

MovementType Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
None0 No movement is required for this direction.
First1First turn. Used for Roundabout movement.
Second2Second turn. Used for Roundabout movement.
Third3Third turn. Used for Roundabout movement.
Fourth4Fourth turn. Used for Roundabout movement.
Fifth5Fifth turn. Used for Roundabout movement.
Sixth6Sixth turn. Used for Roundabout movement.
Left32 Turn direction - left.
Right64 Turn direction - right.
Merge128 Turn direction - merge.
DrivingSide256 Right exit.
Turn2048 Instruction to make a turn.
UTurn4096 Instruction to make a u-turn.
Roundabout8192 Instruction to make a roundabout.
EmbarkFerry16384 Instruction to embark on a ferry.
DisembarkFerry32768 Instruction to disembark a ferry.
ChangeFerry65536 Instruction to change to another ferry.
LeaveFreeway131072 Instruction to leave the freeway.
JoinFreeway262144 Instruction to join the freeway.
ChangeFreeways524288 Instruction to change freeways.
Depart1048576 Departure.
Arrive2097152 On arrival.
Split4194304 Instruction to split.
SkipBypass8388608 Instruction to skip the bypass.
See Also