ADClusterMapView
ADClusterMapView copied to clipboard
MKMapView with clustering
aX = cov(x_,y_) aY = 0.5/n * ( ∑(x_^2) + ∑(y_^2) + sqrt( (∑(x_^2) + ∑(y_^2))^2 + 4 * cov(x_,y_)^2 ) ) What's meaning about (aX aY) Look like The...
I am using a custom class that implements MKAnnotation. When I use one of these annotations in the call to selectAnnotation:animated:, nothing gets selected.
I have various number of annotations come from server. Annotations number range could be from 3 up to 1300. I was testing edge cases, where I have 3 annotations, and...
Hi, I'd like to ask if this is possible, we are facing an issue when using 'selectedAnnotations' in ADClusterMapView it returns ADClusterAnnotation instances instead of the desired NSArray of original...
Hello, First of all thanks a lot for that great library! I have a button to make a phone call to a different number for each one of my annotation,...
I would like to fork your libarry and continue it development. And I have some questions before begin: What shall I do to provide adding and removing pins dynamically? I...
Hi, I'm trying to attribute a custom image depending on conditions to my MKAnnotationView in the method mapView:viewForAnnotation. My map has more than 10000 pins and there is 3 groups...
Even if there are less than the `numberOfClustersInMapView` in the map, it would be nice to gather pins that are too close to each other. This can happen, for example,...