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

How not to decluster annotations that are close enough to each other #60

Open
chan-park opened this issue Nov 19, 2016 · 2 comments
Open

Comments

@chan-park
Copy link

Hi, first of all, I love your work.
I want to know if there's a way not to decluster when they are really close to each other(coordinate-wise). I'm thinking of manipulating the zoom scale somehow but i'm not sure how to go about it. Any clues would be really really appreciated. Thanks!

@vikash1307
Copy link

I have also the same problem. Actually i want to show all pin when they are in same location. The problem is cluster count came on top of it. How i'll not show cluster count when zoom out is full.

@edbarbier
Copy link

I'm almost working on this at the moment and I figured that if you change the value of maxZoomLevel in FBClusteringManager.swift from 1.0 to 0.005 for example. Then as soon as you zoom enough on your map, all the pins will appear without clusters.

Hope it helps.

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

No branches or pull requests

3 participants