github-actions[bot]
chore: sync uc-deliveries Space
f6213fc
use super::super::types::{CustomerType, LocationData};
pub(in crate::data::data_seed) const VISITS: &[LocationData] = &[
LocationData {
name: "Mercato di Sant'Ambrogio",
lat: 43.7688,
lng: 11.2620,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Procacci",
lat: 43.7706,
lng: 11.2515,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "La Menagere",
lat: 43.7755,
lng: 11.2540,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Rivoire",
lat: 43.7693,
lng: 11.2563,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Gelateria dei Neri",
lat: 43.7688,
lng: 11.2620,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Trattoria Za Za",
lat: 43.7762,
lng: 11.2540,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Il Santo Bevitore",
lat: 43.7680,
lng: 11.2420,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Da Ruggero",
lat: 43.7610,
lng: 11.2560,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Perseus",
lat: 43.7890,
lng: 11.2580,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Coquinarius",
lat: 43.7720,
lng: 11.2535,
customer_type: CustomerType::Restaurant,
},
LocationData {
name: "Santa Maria del Fiore",
lat: 43.7755,
lng: 11.2540,
customer_type: CustomerType::Business,
},
LocationData {
name: "Stazione Leopolda",
lat: 43.7780,
lng: 11.2470,
customer_type: CustomerType::Business,
},
LocationData {
name: "Fortezza da Basso",
lat: 43.7762,
lng: 11.2540,
customer_type: CustomerType::Business,
},
LocationData {
name: "Palazzo Medici Riccardi",
lat: 43.7765,
lng: 11.2555,
customer_type: CustomerType::Business,
},
LocationData {
name: "San Lorenzo Market",
lat: 43.7762,
lng: 11.2540,
customer_type: CustomerType::Business,
},
LocationData {
name: "Santa Maria Novella",
lat: 43.7745,
lng: 11.2487,
customer_type: CustomerType::Business,
},
LocationData {
name: "Boboli Gardens Office",
lat: 43.7665,
lng: 11.2470,
customer_type: CustomerType::Business,
},
LocationData {
name: "Villa Bardini",
lat: 43.7660,
lng: 11.2650,
customer_type: CustomerType::Business,
},
LocationData {
name: "Careggi Hospital",
lat: 43.8020,
lng: 11.2530,
customer_type: CustomerType::Business,
},
LocationData {
name: "Coverciano Offices",
lat: 43.7850,
lng: 11.3100,
customer_type: CustomerType::Business,
},
LocationData {
name: "Firenze Airport Cargo",
lat: 43.7960,
lng: 11.2050,
customer_type: CustomerType::Business,
},
LocationData {
name: "Statuto",
lat: 43.7890,
lng: 11.2580,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Piazza Beccaria",
lat: 43.7688,
lng: 11.2620,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Coverciano",
lat: 43.7850,
lng: 11.3100,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Campo di Marte East",
lat: 43.7820,
lng: 11.2820,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Novoli South",
lat: 43.7880,
lng: 11.2220,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Rifredi South",
lat: 43.7950,
lng: 11.2410,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Careggi North",
lat: 43.8020,
lng: 11.2530,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Isolotto South",
lat: 43.7620,
lng: 11.2200,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Gavinana South",
lat: 43.7520,
lng: 11.2680,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Galluzzo Center",
lat: 43.7400,
lng: 11.2480,
customer_type: CustomerType::Residential,
},
LocationData {
name: "Arcetri Hill",
lat: 43.7500,
lng: 11.2530,
customer_type: CustomerType::Residential,
},
];