Single annotations show cluster-annotation callouts
xlamquocx opened this issue · 5 comments
xlamquocx commented
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.
choefele commented
Sorry, but what is your question exactly?
xlamquocx commented
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.
choefele commented
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
'sannotations
property. You can use theisUniqueLocation
property to find this out. - You forgot to implement
mapClusterController:willReuseMapClusterAnnotation:
and update the icon/label of the annotation view
xlamquocx commented
Thank for your support, I will try it. Thank you so much
choefele commented
I haven't heard back in a while so I assume your problem has been solved – thanks