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 Tuesday 18th of August 2026 04:47:32 AM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Tuesday 18th of August 2026 04:47:32 AM