// gnssdriver.h
typedef struct {
double Latitude;
double Longitude;
double RadiusInMeters;
} GNSS_GEOREGION_CIRCLE, *PGNSS_GEOREGION_CIRCLE;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is used for defining a circular geofence.
LatitudeLatitude of the center of the circle.
LongitudeLongitude of the center of the circle.
RadiusInMetersRadius of the circle in meters.
A geographical shape is used to define a geofence. Windows 10 currently supports only circular geofences.