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 Thursday 12th of December 2024 12:54:02 AM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Thursday 12th of December 2024 12:54:02 AM