Batch Geocode MKLocalSearchResponse
问题 I have a search setup that displays the response of a MKLocalSearchRequest in UITableVIew I want to clean up all the responses from the response of each search. Here is my shot at accomplishing this so far, inspired by this post Multiple Locations on Map (using MKMapItem and CLGeocoder) Here is my code. @interface ViewController () <UISearchBarDelegate,UISearchDisplayDelegate,UITextFieldDelegate> @property (nonatomic, strong) UISearchDisplayController *searchController; @property (nonatomic,