Last active
June 19, 2018 02:19
-
-
Save jamigibbs/f3efbdb42f51bc74d365694c0e43adf1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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