MovementDescription Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to describe different types of
Movements.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum MovementDescription
Public Enumeration MovementDescription
Members
| Member name | Value | Description |
---|
| Arrival | 0 |
Describes an arrival at a stop or the final destination.
|
| BearLeft | 1 |
Describes a slight left turn.
|
| BearRight | 2 |
Describes a slight right turn.
|
| ChangeFreeway | 3 |
Describes changing from one freeway/highway/motorway to another.
|
| ChangeLaneLeft | 4 |
Describes a lane change to the left.
|
| ChangeLaneRight | 5 |
Describes a lane change to the right.
|
| Departure | 6 |
Describes a departure from a stop or the start or a route.
|
| EnterFreeway | 7 |
Describes joining a freeway/highway/motorway.
|
| ExitFreeway | 8 |
Describes leaving a freeway/highway/motorway.
|
| RoundAboutLeft | 9 |
Describes a left turn at a roundabout.
|
| RoundAboutRight | 10 |
Describes a right turn at a roundabout.
|
| RoundAboutStraight | 11 |
Describes continuing straight at a roundabout.
|
| RoundAboutUTurn | 12 |
Describes a U-turn at a roundabout.
|
| SharpLeft | 13 |
Describes a sharp left turn.
|
| SharpRight | 14 |
Describes a sharp right turn.
|
| Straight | 15 |
Describes continuing straight on the road.
|
| TurnLeft | 16 |
Describes a left turn.
|
| TurnRight | 17 |
Describes a right turn.
|
| UTurn | 18 |
Describes a U-turn.
|
| Unknown | 19 |
Describes an unknown movement.
|
See Also