Struct haversine::Location [] [src]

pub struct Location {
    pub latitude: f64,
    pub longitude: f64,
}

Fields