Click or drag to resize

GM_GPSUtilGPSGetBearing Method

Retrieves the current GPS bearing, if valid

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GPSGetBearing(
	out float aBearing
)

Parameters

aBearing
Type: SystemSingle
out: current GPS bearing in radians from due north

Return Value

Type: GM_Error_t32
A GM Error Code
See Also