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
get information at google map view information
func mapView(_ mapView: GMSMapView, didTapInfoWindowOf marker: GMSMarker) { print(marker.title!) print(marker.snippet!) }