-
Notifications
You must be signed in to change notification settings - Fork 86
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
ClusterKit incompatible with with MGLAnnotations? #66
Comments
ClusterKit works with class YourAnnotation: NSObject, MGLAnnotation, MKAnnotation {
...
} |
@maxep I currently do not have my own custom class for my annotations. I must then create one? What content should it have inside? Could you point me to any examples of how this would be implemented? |
|
@maxep So I did this and also implemented the other pieces of functionality and it has not been working. I find that in the
I also did |
I believe my problem above has to do with the clustering not working at all so I opened a new issue for it. #68 |
So I am trying to implement the mapbox pods in order to cluster a bunch of customPointAnnotations which are in an array. The only problem is that on the line below:
mapView1.clusterManager.annotations = annotations
I get the following error:
Does clusterkit not work with MGLAnnotations?
The text was updated successfully, but these errors were encountered: