GPS_FIX_SELECTION
This enumeration contains values that specify whether the GPS fix was selected manually or automatically. This enumeration is used in the SelectionType field of the GPS_POSITION structure.
typedef enum {
GPS_FIX_SELECTION_UNKNOWN = 0,
GPS_FIX_SELECTION_AUTO,
GPS_FIX_SELECTION_MANUAL
} GPS_FIX_SELECTION;
Elements
- GPS_FIX_SELECTION_UNKNOWN
Selection type is unknown. - GPS_FIX_SELECTION_AUTO
Selection mode is automatic. - GPS_FIX_SELECTION_MANUAL
Selection mode is manual.
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