Click or drag to resize

DirectionType Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
None0 No direction.
Turn1 Make a turn.
Bear2 Adjust course of travel.
Sharp3 Make a sharp turn.
RbExit4 Exit the roundabout.
FwExit5 Exit the freeway.
FwEnter6 Enter the freeway.
FwChange7 Change freeways.
GetInLane8 Enter a specific lane.
TakeFerry9 Take a ferry.
DisembarkFerry10 Get off a ferry.
UTurn11 Make a u-turn.
Destination12 Have reached the destination.
Departure13 Leaving a RouteStop.
See Also