GPS_FIX_SELECTION

A version of this page is also available for

Windows Embedded CE 6.0 R3

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_POSITION structure.

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

Reference

GPS Intermediate Driver Enumerations
GPS_POSITION

Concepts

Accessing Parsed GPS Data

Other Resources