Click or drag to resize

GM_GPSUtilGPSGetVelocity Method

Retrieves the current GPS velocity, if valid

Namespace:  GlobalMapper.GPS
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public static GM_Error_t32 GPSGetVelocity(
	out float aVelocity
)

Parameters

aVelocity
Type: SystemSingle
out: current GPS velocity in m/s

Return Value

Type: GM_Error_t32
A GM Error Code
See Also