-
Notifications
You must be signed in to change notification settings - Fork 205
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
Please give us more control on markers clustering #204
Comments
Really interesting. |
Ok, so my proposal is:
But it could be implemented more efficiently in the createCluster() |
Overloading for example, I've added the following code in overloaded
So for some types of markers, identified by |
Hi,
A missing feature prevents to only cluster when necessary.
From my point of view, the basic goal of clustering is to prevent to have to many markers on maps and not no hide them.
And currently, the problem is that if you have only 2 markers close enough on the map, they are mandatory clustered and you have to zoom to max level to explode them.
That's really not convenient.
The solution proposed by googlemaps api is to define a minimum number of close markers to decide to group them together. And I think it's a quite good solution.
The text was updated successfully, but these errors were encountered: