Click or drag to resize

GM_GPSUtilGPSGetVelocity Method

Retrieves the current GPS velocity, 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 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