Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
GPS_POSITION
This enumeration contains values that specify the quality of the GPS fix. This enumeration is used in the FixQuality field of the GPS_POSITIONstructure.
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 EnumerationsGPS_POSITION