estructura GNSS_GEOREGION_CIRCLE (gnssdriver.h)
Esta estructura se usa para definir una geovalla circular.
Sintaxis
typedef struct {
double Latitude;
double Longitude;
double RadiusInMeters;
} GNSS_GEOREGION_CIRCLE, *PGNSS_GEOREGION_CIRCLE;
Miembros
Latitude
Latitud del centro del círculo.
Longitude
Longitud del centro del círculo.
RadiusInMeters
Radio del círculo en metros.
Observaciones
Una forma geográfica se usa para definir una geovalla. Windows 10 actualmente solo admite geovallas circulares.
Requisitos
Requisito | Valor |
---|---|
encabezado de | gnssdriver.h |