Click or drag to resize

GM_gps_event_t32 Enumeration

GPS event notification enumeration

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_gps_event_t32
Members
  Member nameValueDescription
GPS_EVENT_NEW_POS0A new location is available (event data is GM_Point_t* with current lat/lon)
GPS_EVENT_STATE_CHANGED1The GPS state has changed
GPS_EVENT_END_OF_FILE2The end of a NMEA data file being replayed has been reached
GPS_NUM_EVENTS3
See Also