Type Alias msfs::sys::LLF64

source ·
pub type LLF64 = _llf64;

Aliased Type§

struct LLF64 {
    pub lat: f64,
    pub lon: f64,
}

Fields§

§lat: f64§lon: f64