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 24th of May 2025 03:58:41 PM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Saturday 24th of May 2025 03:58:41 PM