如何检测何时点击 google 地图 iOS Swift?

How to detect when tap on google map iOS Swift?

我想在点击地图标记或其他任何东西时进行检查和检测。在 iOS Swift 4 中使用 google 地图的情况下是否存在任何代表?

谢谢。

 func mapView(_ mapView: GMSMapView, didTapAt coordinate: CLLocationCoordinate2D) {
 //Write your code here...
 }

如果未调用委托函数,则在 viewDidAppear() 方法或 LocationManager didUpdateLocations() 方法中设置 mapview 委托。