GM_GPSUtil .GPSStartTrackingNMEAFile Method
Replay a recorded GPS track from a NMEA log file

Namespace:GlobalMapper.GPS
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.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:  System . String
full path to NMEA file to use
aNmeaFlags
Type:  GlobalMapper . GM_gps_nmea_flags_t32
flags controlling NMEA playback
aCallbackFunc
Type:  GlobalMapper . GM_GPSCallbackFunc
optional callback function
aReserved
Type:  System . Object
reserved value (must be NULL)

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also