You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested during in google groups
(http://groups.google.com/group/google-maps-utility-library/browse_thread/thread
/6ed9ecf4bc98070e)
I've add a new option to the MarkerClustererOptions class: minClusterSize.
Below is the documentation based on
http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/1.0/docs/r
eference.html
if it were to be accepted and I've attached the altered js and an example
html file which is also live @
http://hoctordesign.com/minClusterSize_example.html
minClusterSize Number Set the minimum size off a cluster. Clusters
below this number will display as individual icons and have the same click
behaviuor as unclustered markers. If not set the default is 2.
Usage: new MarkerClusterer(map, markersArray, { minClusterSize: 3 });
Original issue reported on code.google.com by [email protected] on 18 Feb 2010 at 3:46
Original issue reported on code.google.com by
[email protected]
on 18 Feb 2010 at 3:46Attachments:
The text was updated successfully, but these errors were encountered: