#[derive(Debug, Copy, Clone)] pub struct LatLong { pub lat: f64, pub long: f64, }