GM_GPSUtil .GPSGetFixInfo Method |
Retrieves the current GPS fix accuracy statistics
Namespace:GlobalMapper.GPS
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public static GM_Error_t32 GPSGetFixInfo ( out float aHorzPosError , out float aVertPosError , out float aPDOP , out uint aNumSats )
Parameters
- aHorzPosError
-
Type:
System
.
Single
out: current horizontal position error in meters (0.0 if unknown) - aVertPosError
-
Type:
System
.
Single
out: current vertical position error in meters (0.0 if unknown) - aPDOP
-
Type:
System
.
Single
out: current position DOP in meters (0.0 if unknown) - aNumSats
-
Type:
System
.
UInt32
out: number of satellites used in fix (0 if unknown)
Return Value
Type: GM_Error_t32A GM Error Code
