On Jul 8, 8:22 am, ebakunin <[email protected]> wrote: > The problem seems to be in the panning. > Perhaps the tilesloaded or idle events are not being recognized -- I'm > unsure how MarkerManager decides when to render markers.
I had a look at the source code and it's not listening for "bounds_changed", only "dragend" and "zoom_changed", so it doesn't notice panning when using the controls. The V2 code listened for "moveend", a generic event when a change of map view ended. V3 has "dragend" and "bounds_changed". Anyway you could report the issue here (but it seems all issues there have the status "New", and I don't know who's responsible for maintaining the issues list) http://code.google.com/p/google-maps-utility-library-v3/issues/list ... -- 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.
