I didn't disabled the contiouos zoom, just added "MapZoomEvent.CONTINUOUS_ZOOM_START" and "MapZoomEvent.CONTINUOUS_ZOOM_END" listners and did a map.setCenter(map.getCenter) in CONTINUOUS_ZOOM_START listener and in MapZoomEvent.CONTINUOUS_ZOOM_END I did a map.panTo() call.
On Oct 16, 8:12 pm, Flexa <[EMAIL PROTECTED]> wrote: > I have the same problem... I disabled continuous zoom and my code > works... but that's not a solution? > > http://groups.google.com/group/google-maps-api-for-flash/browse_threa... > > On Oct 16, 1:18 pm, karmats <[EMAIL PROTECTED]> wrote: > > > I solved this by adding continuous zoom listeners. But I still think > > this might be considered as a bug. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" 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-for-flash?hl=en -~----------~----~----~----~------~----~------~--~---
