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
where you adding Map,add
mapView_.delegate=self;
then use this
-(void)mapView:(GMSMapView *)mapView didTapInfoWindowOfMarker:(id)marker{ //info window tapped }