GPS_FIX_QUALITY
A version of this page is also available for
4/8/2010
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.
Syntax
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
Header | gpsapi.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
GPS Intermediate Driver Enumerations
GPS_POSITION