views:

22

answers:

0

The method:

- (MKAnnotationView *) mapView:(MKMapView *)_mapView viewForAnnotation:(AddressNote*) annotation

is called each time a pin is plotted on a MKMapView. Is there anything called once all pins have been plotted?