2
每當我設置MKMapKit的region屬性,它會使span跨度增加一倍。iPhone的奇怪行爲MKMapKit
例如:
MKCoordinateRegion currentRegion = map.region; // assume the current center of region is around New-York and the span is 2 by 2
map.region = map.region; // assign the region to itself
MKCoordinateRegion newRegion = map.region;
// the span of newRegion is different (almost twice than currentRegion)
這是怎麼回事嗎?
我也注意到了區域屬性非常奇怪的行爲,使用'regionThatFits即使:「。就我而言,這是在地區很大(超過一百公里寬)的情況下發生的。在較小的尺度上,這沒有發生。 – 2009-08-30 14:08:07
更新:此錯誤只出現在模擬器中。 iPhone上的MapKit行爲正確。 – 2009-09-01 17:23:08