gpt4 book ai didi

iphone - 将 MKMapView 缩放至 CLRegion

转载 作者:行者123 更新时间:2023-12-03 19:34:45 24 4
gpt4 key购买 nike

我在 iOS5 上使用 CLGeocoder 获取 CLPlacemark。现在我想获取地标的区域(CLRegion 对象)并将我的 MKMapView 缩放到该区域,这到底是怎么可能的?

我想要 this 的倒数,但似乎没有 -locationFromLocationWithDistance: 或等效方法。我希望没有人说你必须反向使用半正矢公式,因为这看起来有点复杂......

最佳答案

或者,无需进行所有数学运算,只需使用 API 提供的方法即可。

MKCoordinateRegion region = MKCoordinateRegionMakeWithDistance([placemark region].center, [placemark region].radius, [placemark region].radius);
[[self mapView] setCenterCoordinate:[placemark region].center animated:NO];

关于iphone - 将 MKMapView 缩放至 CLRegion,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12402113/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com