On Jul 8, 8:22 am, ebakunin <
ebaku...@gmail.com> 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
...