I'm trying to get new bounds after mouse action (zoom in/out, pan).
One post says that we can use idle. However the following code doesn't
work except the first time when the page is loaded. Could any one
kindly tell me how to add listener to get bounds after mouse action.

google.maps.event.addListenerOnce(map, 'idle', function() {
                var mBound = this.getBounds();  });

Thanks a lot

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to