ClusterKit icon indicating copy to clipboard operation
ClusterKit copied to clipboard

An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.

Results 26 ClusterKit issues
Sort by recently updated
recently updated
newest added

So I have tried implementing the ClusterKit [proj][1] in order to have clustering of annotations/(possibly polylines)([given that Mapbox does not have that functionality][2]) in my app but it does not...

Hi Guys, Thank you for your easy implementation of clustering, but seems on iOS 13 it not works perfectly, can you please come with some updates(you can check it on...

Hello! I'm trying to add some additional alpha animation to collapsing annotationViews animation, but it seems CKClusterManagerDelegate doesn't provide proper methods to do this. By using 'clusterManager performAnimations' delegate method...

There is a serious error that disables the library for mapbox. It also occurs in the swift (Xcode 11.1) example provided. I attach a video. When you zoom in to...

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

`quadTree.h` header now public. Method `setQuadTree:` for `clusterManager` to specify which quadTree it should use. How to use: create a `quadTree` object and fill it with an `annotationsArray` ```swift var...

Hi, I'm using the newer version of cluster kit with mapbox, and when i made zoom in zoom out in map the app crash. The error return is this: `Terminating...

Hello! GMMapView is freezing when we have clustered markers with about 900-3k markers and annotations count changes (after zoom, for example). I found the row which is slow: in `GMSMapView+ClusterKit.m`...

Hello. Can annotations be clustered if they are not on the screen? It will increase performance with Google Maps, since they are not reuse markers like apple maps Thanks