Hi developers- In the API, we have various functions in the GEvent namespace for adding and removing listeners: http://code.google.com/apis/maps/documentation/reference.html#GEvent
Currently, calling a function like GEvent.clearListeners or GEvent.clearInstanceListeners would remove all listeners added to an object, including those added by internal functions in the Maps API. We are pushing a change that will make it so that only the listeners added by a developer will get cleared. This means that we can safely assign listeners internally to do crucial actions like updating copyrights upon map zoom, and not be concerned about the developer accidentally removing them. Please let us know if you have any concern about this change. I've looked through the group and found very few instances of developers purposely trying to remove listeners that we've added internally (and it was usually quite a hack). - pamela --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
