我尝试设置MKMapView对象的visibleMapRect属性,但结果映射rect与我预期的不完全一样。这是我的代码:NSLog(@"currentsize%f%f",mapView.visibleMapRect.size.width,mapView.visibleMapRect.size.height);NSLog(@"targetsize%f%f",newBounds.size.width,newBounds.size.height);mapView.visibleMapRect=newBounds;NSLog(@"newsize%f%f",mapView.visibleMap