I've noticed something rather odd with the events generated from zooming in and out. Normally, zooming just generates a 'moveend' when the operation completes, which makes sense - no reason to do a 'movestart' when the motion is instantaneous.
However, when I have continuous zooming enabled, zooming in works the same way, but zooming out generates an additional 'moveend' event, right when the motion begins. It seems to me it should either be silent when the motion starts, like zooming in does, or else (even better) it should generate a 'movestart' when the zooming starts, and a 'moveend' when it ends, just like panning does. I have a little example to show this at http://test.vecotourism.org/maptests/test1.html - it just prints a message whenever it gets a movend or a movestart event, and you can toggle continuous zooming with the button. Is this intended behaviour? Or am I misunderstanding something here? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
