I hereby claim:
- I am pedrohma on github.
- I am pedrohma (https://keybase.io/pedrohma) on keybase.
- I have a public key whose fingerprint is 7ADB 90E9 6AFC 74DC 996E CCCD 703A D933 3F9B F084
To claim this, I am signing this object:
function getLocation() { | |
if (!navigator.geolocation) { | |
alert("Sorry, but Geolocation is not supported by this browser."); | |
} | |
navigator.geolocation.getCurrentPosition(showPosition); | |
} | |
function showPosition(position) { | |
var lat = position.coords.latitude; | |
var long = position.coords.longitude; |
I hereby claim:
To claim this, I am signing this object: