Samuel Gallet

Results 3 comments of Samuel Gallet

If your annotations are still visible on the map, the dequeueReusableAnnotationViewWithIdentifier will always return nil, because there are no annotations to reuse. The dequeueReusableAnnotationViewWithIdentifier use the annotationViews offscreen to display...

Can you give an example of how you are using the library? Indeed, everything looks fine for me. You can try our demo project, the dequeueReusableAnnotationViewWithIdentifier method does not return...

This behaviour is the one expected. Indeed if you are selecting a cluster annotation (with many child) you can't have anything but an ADClusterAnnotation. However you can unwrap your annotations...