我試圖在指定區域的另一個註解附近獲得所有註釋,但我無法確定如何去做。現在我試着用:獲得圍繞另一個註釋的所有註釋
MKMapRect mapRect = MKMapRectMake(annotation.coordinate.longitude, annotation.coordinate.latitude, 10.0, 10.0);
NSSet *nearbyAnnotations = [map annotationsInMapRect:mapRect];
但是附近的註釋是空的。我試圖通過交換經緯度和第三和第四參數的更大數字,但仍然沒有結果。我應該怎麼做?
如果它包含當前註釋,我就知道如何處理它。萬分感謝 – ov1d1u 2012-07-30 14:39:28