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

Seleted cluster #46

Open
JHT1958 opened this issue Jan 28, 2016 · 0 comments
Open

Seleted cluster #46

JHT1958 opened this issue Jan 28, 2016 · 0 comments

Comments

@JHT1958
Copy link

JHT1958 commented Jan 28, 2016

Hello, I am select the cluster containing an annotation chooses how? cluster contains 3 example I annotations 1 , 2, 3 if I type 4 by not select against if I type 2 select the cluster.

id < MKAnnotation > ann;
for (int i = 0; i < [[self.mapView annotations] count]; i++)
{
for (ann in [self.mapView annotations])
{
NSString *annTitle = ann.title;
if ([annTitle isEqualToString:[NSString stringWithFormat:@"%d",numSc]])
{
[self.mapView selectAnnotation:ann animated:NO];
bToptrouve=true;
break;
}
}
if (bToptrouve) {
break;
}
}

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

1 participant