Skip to content

Instantly share code, notes, and snippets.

@blaurt
Created April 20, 2020 06:54
Show Gist options
  • Save blaurt/af9bfe41292bbffdb5c9ba4285b1d00f to your computer and use it in GitHub Desktop.
Save blaurt/af9bfe41292bbffdb5c9ba4285b1d00f to your computer and use it in GitHub Desktop.
coords snippet
// 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