Good point. Extrapolating, for each event the event system could look for a corresponding method and call it. That also helps avoid memory leaks. We'll think about it.
On 19 Dec 2009 00:56, "bratliff" <[email protected]> wrote: On Dec 17, 10:59 pm, Ben Appleton <[email protected]> wrote: > The projection and the panes are i... Automatically calling the "idle" event like you do for the "draw" event would be a nice addition too. OvelayView.prototype.idle=function(){}; If I override it, you call mine. If I do not override it, yours returns immediately. It eliminates explicit event listeners for every OverlayView. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri... -- 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.
