Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Last active June 19, 2018 02:19
Show Gist options
  • Save jamigibbs/f3efbdb42f51bc74d365694c0e43adf1 to your computer and use it in GitHub Desktop.
Save jamigibbs/f3efbdb42f51bc74d365694c0e43adf1 to your computer and use it in GitHub Desktop.
const distances = [
{
"coord": {
"lat": 41.8921794,
"lng": -87.6366551,
},
"dist": 396,
},
{
"coord": {
"lat": 41.894652,
"lng": -87.638362,
},
"dist": 88,
},
{
"coord": {
"lat": 41.89993,
"lng": -87.63443,
},
"dist": 644,
},
{
"coord": {
"lat": 41.8967844,
"lng": -87.63562809999999,
},
"dist": 329,
},
{
"coord": {
"lat": 41.8938449,
"lng": -87.6417762,
},
"dist": 277,
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment