Skip to content

Instantly share code, notes, and snippets.

@anaumov
Last active May 19, 2020 14:28
Show Gist options
  • Save anaumov/97fbea7e83659dea160c10b52109576e to your computer and use it in GitHub Desktop.
Save anaumov/97fbea7e83659dea160c10b52109576e to your computer and use it in GitHub Desktop.
20 biggest US cities with coordinates
[
{
city: "New York",
state: "NY",
latitude: 40.7127837,
longitude: -74.0059413
},
{
city: "Los Angeles",
state: "CA",
latitude: 34.0522342,
longitude: -118.2436849
},
{
city: "Chicago",
state: "IL",
latitude: 41.8781136,
longitude: -87.6297982
},
{
city: "Houston",
state: "TX",
latitude: 29.7604267,
longitude: -95.3698028
},
{
city: "Philadelphia",
state: "PA",
latitude: 39.9525839,
longitude: -75.1652215
},
{
city: "Phoenix",
state: "AZ",
latitude: 33.4483771,
longitude: -112.0740373
},
{
city: "San Antonio",
state: "TX",
latitude: 29.4241219,
longitude: -98.4936282
},
{
city: "San Diego",
state: "CA",
latitude: 32.715738,
longitude: -117.1610838
},
{
city: "Dallas",
state: "TX",
latitude: 32.7766642,
longitude: -96.7969879
},
{
city: "San Jose",
state: "CA",
latitude: 37.3382082,
longitude: -121.8863286
},
{
city: "Austin",
state: "TX",
latitude: 30.267153,
longitude: -97.7430608
},
{
city: "Indianapolis",
state: "IN",
latitude: 39.768403,
longitude: -86.158068
},
{
city: "Jacksonville",
state: "FL",
latitude: 30.3321838,
longitude: -81.655651
},
{
city: "San Francisco",
state: "CA",
latitude: 37.7749295,
longitude: -122.4194155
},
{
city: "Columbus",
state: "OH",
latitude: 39.9611755,
longitude: -82.9987942
},
{
city: "Charlotte",
state: "NC",
latitude: 35.2270869,
longitude: -80.8431267
},
{
city: "Fort Worth",
state: "TX",
latitude: 32.7554883,
longitude: -97.3307658
},
{
city: "Detroit",
state: "MI",
latitude: 42.331427,
longitude: -83.0457538
},
{
city: "El Paso",
state: "TX",
latitude: 31.7775757,
longitude: -106.4424559
},
{
city: "Memphis",
state: "TN",
latitude: 35.1495343,
longitude: -90.0489801
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment