TurnDirection Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The direction in which a turn is to be made.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum TurnDirection
Public Enumeration TurnDirection
Members
| Member name | Value | Description |
---|
| None | 0 |
No turn to be made.
|
| Left | -1 |
Make a left turn.
|
| Right | 1 |
Make a right turn.
|
Remarks None, left or right.
See Also