I'm trying to add an action on a button using the custom infowindow. Looks like this infowindow is rendered as an image and can't take any action.
I'm using this method:
-(UIView *) mapView:(GMSMapView *)mapView markerInfoWindow:(GMSMarker *)marker{
//my code
}
I added my Custom infowindow within a .XIB file. I would like to trigger the event touchupinside
but still can't achieve this.
Some links I tried to follow unsuccessfully:
Thanks!
EDIT For Apple Maps, it can be achieved using this beautiful class available on github.