I am integrating google maps sdk. Its all work fine. But how to remove particular Marker(Pin Point) when second will appear.(I am not using Mapkit)
I want the following:
When you tap on specific marker this will remove that marker
- (BOOL)mapView:(GMSMapView *)mapView didTapMarker:(GMSMarker *)marker { marker.map = nil; return YES; }