GNSS_GEOREGION_CIRCLE - NtDoc

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

typedef struct {
  double Latitude;
  double Longitude;
  double RadiusInMeters;
} GNSS_GEOREGION_CIRCLE, *PGNSS_GEOREGION_CIRCLE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-gnssdriver-gnss_georegion_circle)

GNSS_GEOREGION_CIRCLE structure

Description

This structure is used for defining a circular geofence.

Members

Latitude

Latitude of the center of the circle.

Longitude

Longitude of the center of the circle.

RadiusInMeters

Radius of the circle in meters.

Remarks

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