DDRBoxman/google-maps-ios-utils

Support for didTapMarker

Closed this issue · 1 comments

After I set the delegate of GMSmapView to cluserManager, there is no way to access to methods like

-(BOOL) mapView:(GMSMapView *)mapView didTapMarker:(GMSMarker *)marker

which are GMSmapViewDelegate. Now if I tap on the marker, the method doesn't get called. Please add this.

hey @cspnanda check it out, I just implemented the delegates, its a bit late but maybe it still useful for you