Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
This script will obtain the lat and lon from a click on the map:
google.maps.event.addListener(map, "click", function (e) {
var latLng = e.latLng;
});
google.maps.event.addListener(map, "click", function (e) {
var latLng = e.latLng;
});