使用horizontalAccuracy设置MapView的regionThatFits
我正在寻找一种将米转换为地图视图区域的方法。
CLLocation
的 horizontalAccuracy
是一个双精度值,表示以米为单位的精度。 regionThatFits:
采用一个MKCooperativeRegion
,它有一个带有longitudeDelta
和latitudeDelta
的span
。如何将米转换为经度/纬度跨度?
I'm looking for a method to convert meters to a mapview region.
CLLocation
's horizontalAccuracy
is a double, representing the accuracy in meters. regionThatFits:
takes an MKCoordinateRegion
which has a span
with longitudeDelta
and latitudeDelta
. How can I convert meters to a longitude/latitude span?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到了答案。看起来 1 纬度大约等于 111 公里,即 111120 米
Found an answer. It seems that 1 degree of latitude is equal to around 111 kilometers, or 111120 meters