commonLocations constant

Map<String, (double, double)> const commonLocations

Common location lat/lng coordinates.

Implementation

static const Map<String, (double, double)> commonLocations = {
  // North America
  'nyc': (40.7128, -74.0060),
  'lax': (34.0522, -118.2437),
  'dfw': (32.7767, -96.7970),
  'chi': (41.8781, -87.6298),
  'sea': (47.6062, -122.3321),
  'mia': (25.7617, -80.1918),
  'tor': (43.6532, -79.3832),
  'van': (49.2827, -123.1207),
  // Europe
  'lhr': (51.5074, -0.1278),
  'fra': (50.1109, 8.6821),
  'ams': (52.3676, 4.9041),
  'par': (48.8566, 2.3522),
  'mad': (40.4168, -3.7038),
  'mil': (45.4642, 9.1900),
  'sto': (59.3293, 18.0686),
  'war': (52.2297, 21.0122),
  // Asia-Pacific
  'sin': (1.3521, 103.8198),
  'syd': (-33.8688, 151.2093),
  'tyo': (35.6762, 139.6503),
  'hkg': (22.3193, 114.1694),
  'sel': (37.5665, 126.9780),
  'mum': (19.0760, 72.8777),
  'mel': (-37.8136, 144.9631),
  // Middle East & Africa
  'dxb': (25.2048, 55.2708),
  'jnb': (-26.2041, 28.0473),
  'cpt': (-33.9249, 18.4241),
  // South America
  'sao': (-23.5505, -46.6333),
  'bue': (-34.6037, -58.3816),
  'bog': (4.7110, -74.0721),
  'scl': (-33.4489, -70.6693),
};