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, Thanks guys for building this amazing lib! Mapbox has been **stuttering since iOS14**. The issue **has supposedly been resolved in Mapbox 6.2.** [https://github.com/mapbox/mapbox-gl-native-ios/issues/350](https://github.com/mapbox/mapbox-gl-native-ios/issues/350) However, I can't update mapbox to...

Are you going to update to 6.3 version? ![image](https://user-images.githubusercontent.com/32700076/109676944-763e8480-7b79-11eb-9a07-ac8f942d4cd0.png)

Hi I am getting this crash randomly on Production live app. Here is the code snippet: func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool { if marker.responds(to: #selector(getter: GMSMarker.cluster))...

I'm using ClusterKit for Mapbox, it's working decently so far, however there is a serious problem. When zoomed in, my clusters expand to individual pins. Sometimes these remain even when...

This is an option for users of the library to implement animations in a custom way. Giving out the [CKClusterAnimation] array gives the possibility to implement the animations in any...

If you wish to add swift version of GMSMapView+ClusterKit. It is much more convenient to drop-in this swift file instead of the ObjC when you don't have a bridging header....

Is it possible to animate the position of a marker/cluster that is created with ClusterKit when used with Mapbox? Mapbox supports this with native markers, although the same code does...