MarkerClusterer conflicts with "click" map event listeners:
- clicking on the center of the cluster icon only notifies the "click"
listener, but the cluster is not "opened"
- clicking on the dashed border of the cluster icon both notifies the "click"
listener and opens the cluster
The expected behavior would be that the cluster be opened (no matter whether
you click on its center or border), and the click listener should not notified,
or at least should have a mean to know that the event has already been
processed. Notifying both may lead to two conflicting operations on the map.
(using MarkerClusterer v1.0)
Original issue reported on code.google.com by olivier....@gmail.com on 8 Jul 2010 at 4:34
Original issue reported on code.google.com by
olivier....@gmail.com
on 8 Jul 2010 at 4:34