I don't know if this will help you in your specific case, but I've used the "tilesloaded" event to detect movement end more accurately.
On Tue, Jan 4, 2011 at 10:50 AM, bratliff <[email protected]> wrote: > I am trying to implement a "light weight" marker facility: > > http://www.polylib.us/polycluster/place > > CANVAS (non-clickable) performance is fine. SVG (clickable) > performance is horrible. > > I would like to be able to disable the overlay layer during map > repositioning. The "bounds_changed" "center_changed" and > "zoom_changed" events accurately signal the beginning of the movement > but the "idle" event does not accurately signal the end of the > movement. > > I believe it is a bug according to the documentation. Can someone > suggest a workaround without timer interrupts. CPU speeds vary. > Anything I do with timer interrupts will be either too fast or too > slow on some devices. > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- 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.
