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?
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?