-
Notifications
You must be signed in to change notification settings - Fork 57
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
If any annotation pin needs to separate then we can't #17
Comments
you can separate different pins like this code annView = [mapView dequeueReusableAnnotationViewWithIdentifier:@"pin"]; |
Thanks for your reply to help me. But still I am confuse. Here is my code /------------------------------------------------------------------/
Here i have to separate out if "annotationPin" == "self.sourceAnnotationPin" then show that pin always separate from cluster else merge into custer. "self.sourceAnnotationPin" is a pin which i want always tobe separate from cluster. How should I will do that. |
if you want to add functionality you can always submit a pull request. |
This should we have some flag for pins if we don't want to clustered any any.
This is a part of improvement but we should have this I think.
The text was updated successfully, but these errors were encountered: