GNSS_GEOREGION_CIRCLE structure (gnssdriver.h)
This structure is used for defining a circular geofence.
Syntax
typedef struct {
double Latitude;
double Longitude;
double RadiusInMeters;
} GNSS_GEOREGION_CIRCLE, *PGNSS_GEOREGION_CIRCLE;
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.
Requirements
Requirement | Value |
---|---|
Header | gnssdriver.h |