GPS_FIX_QUALITY
This enumeration contains values that specify the quality of the GPS fix. This enumeration is used in the FixQuality field of the GPS_POSITION structure.
typedef enum {
GPS_FIX_QUALITY_UNKNOWN = 0,
GPS_FIX_QUALITY_GPS,
GPS_FIX_QUALITY_DGPS
} GPS_FIX_QUALITY;
Elements
- GPS_FIX_QUALITY_UNKNOWN
Quality of fix is unknown. - GPS_FIX_QUALITY_GPS
Fix uses information from GPS satellites only. - GPS_FIX_QUALITY_DGPS
Fix uses information from GPS satellites and also a differential GPS (DGPS) station.
Requirements
OS Versions: Windows CE 5.01 and later.
Header: Gpsapi.h.
See Also
GPS Intermediate Driver Enumerations | GPS_POSITION | Accessing Parsed GPS Data
Send Feedback on this topic to the authors