Created
August 27, 2018 17:34
-
-
Save bernardobelchior/2a35f700b9d3a1959cbe26a56ecae128 to your computer and use it in GitHub Desktop.
visited places index.js
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
/* [longitude, latitude] */ | |
const visitedPlaces = [ | |
[-0.118092, 51.509865], // London, United Kingdom | |
[-8.61099, 41.14961], // Porto, Portugal | |
[-73.935242, 40.730610], // New York, USA | |
[37.618423, 55.751244], // Moscow, Russia | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment