cybersthang / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

MarkerClusterer conflicts with "click" map event listeners: #205

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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