I've got several MKAnnotationView red push pins on a MKMapView in my iPhone application on several locations. I'd like to implement a search bar that can move the map region to show these pins. How can I do this?
Alternatively, the area I'm concerned about already has text labels built into the google map, so I'm wondering if there's a way to search that?
Any input would be great. Thanks.