标签: swift mapkit mkmapview
我想当用户单击地图中心存在的按钮时,地图被锁定,我得到地图的纬度和经度,实际上得到地图中心 我不想使用Google地图或Mapbox我想使用地图套件
答案 0 :(得分:1)
尝试以下代码:
@IBAction func aaa(_ sender: UIButton) { print(self.mapView.centerCoordinate.latitude) print(self.mapView.centerCoordinate.longitude) }