Display spiderfy leaflet annotation MKMapView
问题 I want to show 100 map points using MKMapView on same lat longs. Please see the link. Same thing i want in iphone. 回答1: If you want to use 100's of annotation then below is the tutorial which will help you. http://www.raywenderlich.com/21365/introduction-to-mapkit-in-ios-6-tutorial In this tutorial if you check the below method it will resolve your issue. (void)plotCrimePositions:(NSData *)responseData { for (id<MKAnnotation> annotation in _mapView.annotations) { [_mapView removeAnnotation