typedef struct {
GPSQUALITY gqQuality;
GPSPOSITION gpPosition;
GPSUTCTIME gutcTime;
GPSFIXTYPE gftFix;
double dTrueHeading;
double dSpeedMPH;
double dMiles;
DWORD dwChanged;
} RTGPSDATA;| Members | Description |
| gqQuality | Quality of the GPS position |
| gpPosition | GPS position |
| gutcTime | GPS UTC Time |
| gftFix | GPS Fix Type |
| dTrueHeading | Current heading |
| dSpeedMPH | Current speed in miles per hour |
| dMiles | Cumulative distance traveled |
| dwChanged | Flags representing fields that have changed |