i want to get annotation title & subtitle from this method. what the way go get that.
-(void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view{
//NSString * title = [annotations title];
}
The view has an annotation
property that you can use which will return the annotation you originally used when creating the view.