navigator.geolocation.getCurrentPosition( function(loc){
var lat = loc.coords.latitude;
var lon = loc.coords.longitude;
doSomethingWith( lat, lon ); // your function
});
This file (the script that presented the data, not the data itself) , last modified Saturday 14th of December 2024 12:15:27 AM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Saturday 14th of December 2024 12:15:27 AM