Is it possible to show the change for Latitude / Longitude in Google Map as the user moves the mouse cursor over a KML polygon ?
The following script works fine for Google Map. Yet it does not change when the user moves the mouse cursor over a polygon region.
google.maps.event.addListener(
map, 'mousemove',
updateLatLngBox
);
Snapshot showing the Lat/Long does not change when the user moves into the Blue Region