Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkerCluster Enhancement #192

Open
GoogleCodeExporter opened this issue Feb 29, 2016 · 2 comments
Open

MarkerCluster Enhancement #192

GoogleCodeExporter opened this issue Feb 29, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Could do with an edit button to fix my awful grammar! Sorry.

Original comment by [email protected] on 18 Feb 2010 at 3:48

@GoogleCodeExporter
Copy link
Author

That seems to work for me - thanks @denishoctor!

Original comment by [email protected] on 17 May 2010 at 9:36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant