- (nullable UIView *)mapView:(GMSMapView *)mapView markerInfoWindow:(GMSMarker *)marker
Using this method to add two buttons in a custom view, you cannot click on this custom view. Only the didTapInfoWindowOfMarker proxy method can be triggered anywhere. What I need now is to click on the two buttons in the view and trigger their respective methods
Using this method to add two buttons in a custom view, you cannot click on this custom view. Only the didTapInfoWindowOfMarker proxy method can be triggered anywhere. What I need now is to click on the two buttons in the view and trigger their respective methods