DirectionCompassDirection Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration of points on a compass
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum CompassDirection
Public Enumeration CompassDirection
Members
| Member name | Value | Description |
---|
| NORTH | 0 |
Represents the North direction.
|
| NORTHEAST | 1 |
Represents the North-East direction.
|
| EAST | 2 |
Represents the East direction.
|
| SOUTHEAST | 3 |
Represents the South-East direction.
|
| SOUTH | 4 |
Represents the South direction.
|
| SOUTHWEST | 5 |
Represents the South-West direction.
|
| WEST | 6 |
Represents the West direction.
|
| NORTHWEST | 7 |
Represents the North-West direction.
|
| NONE | 8 |
Represents no direction.
|
See Also