GM_GPSUtilGPSGetFixInfo Method |
Retrieves the current GPS fix accuracy statistics
Namespace:
GlobalMapper.GPS
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 GPSGetFixInfo(
out float aHorzPosError,
out float aVertPosError,
out float aPDOP,
out uint aNumSats
)
Public Shared Function GPSGetFixInfo (
<OutAttribute> ByRef aHorzPosError As Single,
<OutAttribute> ByRef aVertPosError As Single,
<OutAttribute> ByRef aPDOP As Single,
<OutAttribute> ByRef aNumSats As UInteger
) As GM_Error_t32
public:
static GM_Error_t32 GPSGetFixInfo(
[OutAttribute] float% aHorzPosError,
[OutAttribute] float% aVertPosError,
[OutAttribute] float% aPDOP,
[OutAttribute] unsigned int% 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_t32A GM Error Code
See Also