【发布时间】:2018-01-18 10:07:45
【问题描述】:
我需要获取用户在谷歌地图视图上点击的位置的纬度/经度。是否有必要为此打开 GooglePlacePickerViewController?我需要在用于显示用户当前位置的 GMSMapView 中实现这一点。
【问题讨论】:
-
GooglePlacePickerViewController不需要。浏览此Doc 并使用mapView:didTapAtCoordinate:
标签: ios swift google-maps location