GNSS_GEOREGIONTYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// gnssdriver.h

typedef enum {
  GNSS_GeoRegion_Circle
} GNSS_GEOREGIONTYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-gnssdriver-gnss_georegiontype)

GNSS_GEOREGIONTYPE enumeration

Description

This enumeration is used for defining a geographical shape. A shape is used to define a geofence. Windows 10 currently only supports circular geofences.

Constants

GNSS_GeoRegion_Circle

Defines a circular geofence.