Skip to content

Seleted cluster #46

@JHT1958

Description

@JHT1958

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;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions