标签: ios mkmapview
如何在更改“中心”或应用缩放时停止动画?
即。如果我在地图上看到中国的地区然后将中心改为美国,我想在“相机”越过海洋时停止这个动画
我用:
[mapView setCenterCoordinate:newCenter animated:YES];
和
[mapView setRegion:newRegion animated:YES];