首先,我要显示当前位置。但是之后,我想根据从API获得的经纬度来更新当前位置。
如何根据纬度来更新当前位置?
答案 0 :(得分:0)
很遗憾,您无法执行此操作,因为mapView.userLocation
是仅获取属性。
例如
mapView.userLocation.location = CLLocation(latitude: coordinate.latitude,
longitude: coordinate.longitude)
导致错误
无法分配给属性:“ location”是仅获取属性