Click or drag to resize

GM_GPSUtilGPSStartTrackingNMEAFile Method

Replay a recorded GPS track from a NMEA log file

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GPSStartTrackingNMEAFile(
	string aFilename,
	GM_gps_nmea_flags_t32 aNmeaFlags,
	GM_GPSCallbackFunc aCallbackFunc,
	Object aReserved
)

Parameters

aFilename
Type: SystemString
full path to NMEA file to use
aNmeaFlags
Type: GlobalMapperGM_gps_nmea_flags_t32
flags controlling NMEA playback
aCallbackFunc
Type: GlobalMapperGM_GPSCallbackFunc
optional callback function
aReserved
Type: SystemObject
reserved value (must be NULL)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also