是否可以同時打開多個標註?在MKMapView中顯示多個註釋標註
代碼:
- (void)mapViewDidFinishLoadingMap:(MKMapView *)theMapView {
for (id<MKAnnotation> currentAnnotation in theMapView.annotations) {
[theMapView selectAnnotation:currentAnnotation animated:YES];
}
}
只打開一個標註。
爲什麼超過1?屏幕尺寸不夠大,這會讓用戶感到困惑。 – kennytm 2010-03-10 15:12:13
這是對的,但如果地圖上只有兩個三針,並且距離足夠大 - 用戶不會感到困惑。 而且,是的,這是我的客戶的要求。 – Ievgen 2010-03-10 16:05:30