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
a full answer for swift 4
add GMSMapViewDelegate as delegate
GMSMapViewDelegate
set yourmap delegate like this : googlemap.delegate = self
googlemap.delegate = self
add this func
func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool { // do something return true }