Click or drag to resize

GM_GPSUtilGPSGetFixInfo Method

Retrieves the current GPS fix accuracy statistics

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GPSGetFixInfo(
	out float aHorzPosError,
	out float aVertPosError,
	out float aPDOP,
	out uint aNumSats
)

Parameters

aHorzPosError
Type: SystemSingle
out: current horizontal position error in meters (0.0 if unknown)
aVertPosError
Type: SystemSingle
out: current vertical position error in meters (0.0 if unknown)
aPDOP
Type: SystemSingle
out: current position DOP in meters (0.0 if unknown)
aNumSats
Type: SystemUInt32
out: number of satellites used in fix (0 if unknown)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also