ClusterKit icon indicating copy to clipboard operation
ClusterKit copied to clipboard

Can't define a minimum number of itens before clustering

Open fernandocani opened this issue 7 years ago • 2 comments

is there a way to define a minimum number of itens before clustering?

fernandocani avatar Jan 18 '18 17:01 fernandocani

@fernandocani Did you find any solution?

muthukrishnanOCS avatar Oct 24 '18 11:10 muthukrishnanOCS

FYI, I solved it overriding:

override func clusters(in rect: MKMapRect, zoom: Double, tree: CKAnnotationTree) -> [CKCluster] 

And exploding the items if below mi desired threshold.

hernangonzalez avatar Sep 17 '19 14:09 hernangonzalez