Right now, i have implemented this delegate method:
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
However, I would like the callout view and its left/right to trigger different methods. As of right now, tapping at the callout view and its left accessory view produces the same output. How do I differentiate between callout view being tapped or the right callout accessory gets tapped?