GM_gps_event_t32 Enumeration |
GPS event notification enumeration
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public enum GM_gps_event_t32

Member name | Value | Description | |
---|---|---|---|
GPS_EVENT_NEW_POS | 0 | A new location is available (event data is GM_Point_t* with current lat/lon) | |
GPS_EVENT_STATE_CHANGED | 1 | The GPS state has changed | |
GPS_EVENT_END_OF_FILE | 2 | The end of a NMEA data file being replayed has been reached | |
GPS_NUM_EVENTS | 3 |
