Simple Question
I´m working on an App for iOS where I embedded the new Google Map for native iOS. Everything works fine except one problem where I can´t find a propp
You can use GMSMapViewDelegate with:
GMSMapViewDelegate
mapView.delegate = self func mapView(_ mapView: GMSMapView, didTapInfoWindowOf marker: GMSMarker) { print("InfoView tapped") }