OCMapView
OCMapView copied to clipboard
Simple and easy to use clustering mapView for iOS
Hi @yinkou Thanks for your coding all. I have one question. Can I use this algorithm to show a large number of annotations on Mapkit JS? Thank you.
Hi! Good decision. Do you planning to make clustering asynchronous?
In my app I have MKMapView which works well, then I have replaced MKMapView with OCMapView and pins stopped being displayed. and I found viewForAnnotation function stopped being called. Only...
Hello, I am select the cluster containing an annotation chooses how? cluster contains 3 example I annotations 1 , 2, 3 if I type 4 by not select against if...
I had some problems with a part of my annotations that are disappearing when i zoom in. The viewForAnnotation delegate was no longer called for this annotations and when i...
Annotations with negative latitude or longitude still not appearing in OCMapView. Anyone please give me a solution for this issue
Hi! I discovered one really bad problem while using OCMapView in my app. When the map is allocated - there is a huge block of data loaded into memory. I...
> ERROR: Trying to select an annotation which has not been added I'm getting this error with OCMapView, but not MKMapView (which currently works perfectly). I'm getting it on the...
Hello, I like you lib! What should I do if I have Annotations in same coordinate? They can not be separated I want to see separated annotationViews
thanks for the code first of all. I'm having an issue with zooming in when selecting a cluster. In select annotation delegate method, I managed to select cluster and zoom...