Click or drag to resize

DirectionCompassDirection Enumeration

Verizon Connect Logo
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
Members
  Member nameValueDescription
NORTH0 Represents the North direction.
NORTHEAST1 Represents the North-East direction.
EAST2 Represents the East direction.
SOUTHEAST3 Represents the South-East direction.
SOUTH4 Represents the South direction.
SOUTHWEST5 Represents the South-West direction.
WEST6 Represents the West direction.
NORTHWEST7 Represents the North-West direction.
NONE8 Represents no direction.
See Also