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

Hello! I've noticed issue. Sometimes, when I zoom map app is freezing and memory is increasing and increasing every seconds. If pause I can see that: ![image](https://user-images.githubusercontent.com/6259254/51165198-048c1980-18d2-11e9-9c64-eda3e88df902.png) I didn't have...

Hi, I am trying to integrate your cluster into my project it's quite awesome. I have some clarification. now I am working on a rental project so I need to...

I'd like to check if there is any implementation for multiple pins in the same coordinates? I think clustering is not enough.

I've been attempting to integrate ClusterKit into our app but it seems at certain zoom levels a single annotation may exist in multiple clusters which looks strange. Here is a...

Hello! Is there a way to detect nearest annotations around user's tap? In original sdk we have this method: ``` CGPoint spot = [self.lastTap locationInView:self]; NSArray* features = [self visibleFeaturesAtPoint:spot];...

Hello ! So I've worked with this framework for swift with MKMapView, and I'm using a system where I show the number of annotations inside a cluster. The issue I've...

enhancement