How can I group MKAnnotations automatically regarding zoom level?
问题 if the user zooms out on a MKMapView, i want MKAnnotations which are near to each other automatically grouped into one "group" annotation. if the user zooms back in, the "group" annotation should be split again to the unique/original annotations. apple does this already in the iOS 4 Photos.app is there a common, "predefined" way to do this? 回答1: Its normal working with more than 1500 annotations on the map: -(void)mapView:(MKMapView *)mapView_ regionDidChangeAnimated:(BOOL)animated {