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

Property 'annotations' not found on object of type 'CKCluster *' #4

Closed
SanyM opened this issue Jan 31, 2017 · 2 comments
Closed

Property 'annotations' not found on object of type 'CKCluster *' #4

SanyM opened this issue Jan 31, 2017 · 2 comments

Comments

@SanyM
Copy link

SanyM commented Jan 31, 2017

Hello,
I'm trying to implement ClusterKit,
but can't seem to correct 2 errors,
first is the title
Looking into CKCluster.h and m, I can't seem to see that either annotations and its getter functions are public
second, the pod subspec for GoogleMaps doesn't seem to be available

@SanyM
Copy link
Author

SanyM commented Jan 31, 2017

Ok Solved,
In your readme
if (cluster.annotations.count > 1) {
[mapView showCluster:cluster animated:YES];
}
should be changed to
if (cluster.count > 1) {
[mapView showCluster:cluster animated:YES];
}

@SanyM SanyM closed this as completed Jan 31, 2017
@maxep
Copy link
Contributor

maxep commented Feb 1, 2017

Thanks, will do.
The podspec for GoogleMaps is not available because GoogleMaps cannot be added as a sub dependancy, you have to add it manually as explain in the Installation.

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

2 participants