ClusterKit
ClusterKit copied to clipboard
Can't define a minimum number of itens before clustering
is there a way to define a minimum number of itens before clustering?
@fernandocani Did you find any solution?
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.