使用谷歌地图和快速地理定位

时间:2017-02-02 16:33:41

标签: swift3.0.2

我有一个问题,我希望在一个变量中获取本地化的api google map for ios in langeaje swift的本地化值

1 个答案:

答案 0 :(得分:0)

如果你想要这个,只使用属性mapview.camera.target内容latitud,longitut 或mapview.camera.target.latitude或经度  或者您可以使用改变位置的协议

func locationManager(_ manager: CLLocationManager, didUpdateLocations locations: [CLLocation]) {
    if let lastLocation = locations.last {
        driverLocation = lastLocation.coordinate
        updateCameraPosition(driverLocation)}}