GNSS_GEOREGIONTYPE enumeration (gnssdriver.h)
This enumeration is used for defining a geographical shape. A shape is used to define a geofence. Windows 10 currently only supports circular geofences.
Syntax
typedef enum {
GNSS_GeoRegion_Circle
} GNSS_GEOREGIONTYPE;
Constants
GNSS_GeoRegion_Circle Defines a circular geofence. |
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |