ThinkGeo.com    |     Documentation    |     Premium Support

Detecting CurrentExtent change in Google overlay

How can I detect when the CurrentExtent changes in the Google overlay? I'd like to update an HTML element in the web page with the new extent value...



There is an OnExtentChanged client event which fires whenever the current extent changes. You can hook up your event handler to it. Below is a demo javascript snippet. 




[script removed]
 
        var OnExtentChanged = function(map) {
            alert("The map extent is changed.");
        }

[script removed]
 




Ben. 

 



264-post5056.txt (180 Bytes)

Thanks for your reply. This works  precisely as you've suggested!



That’s great!  Let us know for any more queries and Happy New Year!