Closed DavidTomic closed 5 years ago
unclustering not working for some very close points
e.g. for minCountForClustering = 3 this points won't uncluster:
minCountForClustering = 3
CLLocationCoordinate2D(latitude: 43.893036806200001, longitude: 20.34926420108) CLLocationCoordinate2D(latitude: 43.89306377823393, longitude: 20.349264201048999) CLLocationCoordinate2D(latitude: 43.893009834158079, longitude: 20.349264201048999)
or e.g.
for minCountForClustering = 2 this points won't uncluster:
minCountForClustering = 2
CLLocationCoordinate2D(latitude: 45.804680699999999, longitude: 15.9769924) CLLocationCoordinate2D(latitude: 45.804679899999996, longitude: 15.9769963)
It depends on the zoom level and cell size. I'm working on a new version with better clustering management.
Released 2.3.0. Let me know if you still see the bug.
unclustering not working for some very close points
e.g. for
minCountForClustering = 3
this points won't uncluster:or e.g.
for
minCountForClustering = 2
this points won't uncluster:Environment