RoundAboutTurnDirection Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A direction of movement through a traffic circle.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum RoundAboutTurnDirection
Public Enumeration RoundAboutTurnDirection
Members
| Member name | Value | Description |
---|
| Left | 1 |
Left turn from the starting point.
|
| Right | 2 |
Right turn from the starting point.
|
| None | 4 |
Straight through the traffic circle.
|
| UTurn | 8 |
U-turn, exiting on the same road used to enter the traffic circle.
|
See Also