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
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!
The text was updated successfully, but these errors were encountered:
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.
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.
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!
The text was updated successfully, but these errors were encountered: