GM_CalcBearingFlags_t8 Enumeration |
Flags to use when making a GM_CalcBearing call
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_CalcBearingFlags_t8

Member name | Value | Description | |
---|---|---|---|
CalcBearing_LatLon | 1 | The provided coordinates are latitude and longitude coordinates in the current datum rather than coordinates in the current projection | |
CalcBearing_TrueNorth | 0 | The returned CalcBearing will be relative to true north (default) | |
CalcBearing_MagNorth | 2 | The returned CalcBearing will be relative to magnetic north | |
CalcBearing_GridNorth | 4 | The returned CalcBearing will be relative to grid north |
