struttura GNSS_GEOREGION_CIRCLE (gnssdriver.h)
Questa struttura viene usata per definire un recinto virtuale circolare.
Sintassi
typedef struct {
double Latitude;
double Longitude;
double RadiusInMeters;
} GNSS_GEOREGION_CIRCLE, *PGNSS_GEOREGION_CIRCLE;
Membri
Latitude
Latitudine del centro del cerchio.
Longitude
Longitudine del centro del cerchio.
RadiusInMeters
Raggio del cerchio in metri.
Osservazioni
Una forma geografica viene usata per definire un recinto virtuale. Windows 10 supporta attualmente solo recinti virtuali circolari.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | gnssdriver.h |