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 Wednesday 23rd of April 2025 11:56:52 PM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Wednesday 23rd of April 2025 11:56:52 PM