DirectionType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A driving direction, such as "sharp turn", "exit freeway" or "take a ferry".
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum DirectionType
Public Enumeration DirectionType
Members
| Member name | Value | Description |
---|
| None | 0 |
No direction.
|
| Turn | 1 |
Make a turn.
|
| Bear | 2 |
Adjust course of travel.
|
| Sharp | 3 |
Make a sharp turn.
|
| RbExit | 4 |
Exit the roundabout.
|
| FwExit | 5 |
Exit the freeway.
|
| FwEnter | 6 |
Enter the freeway.
|
| FwChange | 7 |
Change freeways.
|
| GetInLane | 8 |
Enter a specific lane.
|
| TakeFerry | 9 |
Take a ferry.
|
| DisembarkFerry | 10 |
Get off a ferry.
|
| UTurn | 11 |
Make a u-turn.
|
| Destination | 12 |
Have reached the destination.
|
| Departure | 13 |
Leaving a RouteStop.
|
See Also