Struct windows_sys::Win32::Devices::Geolocation::GNSS_GEOREGION_CIRCLE
#[repr(C)]pub struct GNSS_GEOREGION_CIRCLE {
pub Latitude: f64,
pub Longitude: f64,
pub RadiusInMeters: f64,
}
Expand description
Required features: "Win32_Devices_Geolocation"
Fields§
§Latitude: f64
§Longitude: f64
§RadiusInMeters: f64