Open edumucelli opened 8 years ago
Same issue here.
i changed the value of the variable maxZoomLevel = 1.0 in the class FBClusteringManager to 0.001 and it is work for me, hope it helps
@Zyg0te @HTWG-AIN I have solved this problem by using the refactored version of this library proposed at #37. That also fixed other problems I was having on the viewForAnnotation method.
Regardless the amount of zoom I apply on the map, the clusters never "explode" into pins. I am using the latest version of FBAnnotationClusteringSwift, and my code pretty much looks like what is in example code.
However, the images bellow show the progression of the clusters as I zoom in on the map, reaching the maximum zoom actually increased the size of the cluster inside the visible region:
What is likely to be this problem? Where I should look into my code to narrow down this problem. For information, I am using the Xcode Simulator to run the app.
Thank you for any suggestion or comment on that.