Skip to content

Instantly share code, notes, and snippets.

@mgarod
Created October 5, 2016 19:20
Show Gist options
  • Save mgarod/b0349d3b806655854c4b2480a56d9986 to your computer and use it in GitHub Desktop.
Save mgarod/b0349d3b806655854c4b2480a56d9986 to your computer and use it in GitHub Desktop.
var callback = function(x) { coordinates = x; }
navigator.geolocation.getCurrentPosition(callback);
console.log(coordinates);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment