Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not displaying non-clustered annotations #47

Closed
dvertovsek opened this issue Apr 27, 2018 · 3 comments
Closed

Not displaying non-clustered annotations #47

dvertovsek opened this issue Apr 27, 2018 · 3 comments

Comments

@dvertovsek
Copy link

If I choose to exclude an annotation from being clustered using func clusterManager(_ clusterManager: CKClusterManager, shouldClusterAnnotation annotation: MKAnnotation) -> Bool then that annotation is not displayed on the map.

Is this intended behaviour?

@nnhubbard
Copy link

I am having this issue as well and would love to get it fixed!

@maxep
Copy link
Contributor

maxep commented Nov 14, 2018

Yes, this is intended. Annotations will be excluded from clusters but not from the map.
If you do not want to display an annotation, you can remove it from the cluster manager: [CKClusterManager removeAnnotation:]

@maxep maxep closed this as completed Nov 14, 2018
@nnhubbard
Copy link

@maxep But we are not even seeing the annotation on the map when using this method. It is never shown. It is my understanding that the annotation should always be showing on the map, which isn't the case here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants