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].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.