MapOrientation Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the orientation of a map. Used by the
NavigationManager
to allow the map heading to (optionally) remain aligned with the vehicle's heading.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum MapOrientation
Public Enumeration MapOrientation
Members
| Member name | Value | Description |
---|
| North | 0 |
The map should be oriented due north.
|
| VehicleHeading | 1 |
The map should be oriented to match the vehicle's heading.
|
See Also