--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/9fmhHrHRU5UJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
No, rather the marker scaling triggers the slower DOM markers.
Android brevity
That's right - the map pans much faster because the browser has already composited the marker icons into the canvas element. Events work as expected because we perform hit detection manually in javascript.
- Ben
Android brevity