Created
April 20, 2020 06:54
-
-
Save blaurt/af9bfe41292bbffdb5c9ba4285b1d00f to your computer and use it in GitHub Desktop.
coords snippet
This file contains 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
// New York | |
const latitudeNY = 41.145556; | |
const longitudeNY = -73.995; | |
// Melbourne | |
const latitudeML = -37.867579; | |
const longitudeML = 145.048621; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment