gpt4 book ai didi

ios - 如何在 map View 中设置缩放级别或半径?

转载 作者:行者123 更新时间:2023-11-29 01:03:51 25 4
gpt4 key购买 nike

美好的一天。我想知道如何使用

MapView 上的当前位置设置 1km 的半径

mapView.showsUserLocation = true

这可能吗?谢谢。

最佳答案

您可以通过MKCoordinateSpanMake 设置“缩放级别”。

试试这个:

mapView.setRegion(MKCoordinateRegion(center: CLLocationCoordinate2DMake(location.coordinate.latitude, location.coordinate.longitude), span: MKCoordinateSpanMake(0.05, 0.05)), animated: true)

关于ios - 如何在 map View 中设置缩放级别或半径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36663816/

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