choefele/CCHMapClusterController

Single annotations show cluster-annotation callouts

xlamquocx opened this issue · 5 comments

simulator screen shot nov 20 2015 2 40 51 pm
simulator screen shot nov 20 2015 1 56 50 pm

Hi! @choefele,
First word, thank you your framework. It's good framework.
But I have problem with single annotation. I attack my screen shot. Can you check it, please.
Thank you so much, and have a nice day.

Sorry, but what is your question exactly?

Hi @choefele , My question is:

red pin is single annotation, but show in map is a cluster. You can see it in my picture attack.
Thank for your answer.
simulator screen shot nov 23 2015 8 39 46 am

Two possible reasons for this:

  • Two annotations are at the same location – they will count as one location, but you will still have two annotations in CCHMapClusterAnnotation's annotationsproperty. You can use the isUniqueLocation property to find this out.
  • You forgot to implement mapClusterController:willReuseMapClusterAnnotation:and update the icon/label of the annotation view

Thank for your support, I will try it. Thank you so much

I haven't heard back in a while so I assume your problem has been solved – thanks