Share via


GPS_FIX_SELECTION (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

GPS Intermediate Driver Enumerations
GPS_POSITION

Concepts

Accessing Parsed GPS Data

Other Resources