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

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_POSITIONstructure.

Syntax

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

Header gpsapi.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also