I placed 100 GMSMarkers on GMSMapView. How to remove all the GMSMarkers?
In Google Sdk Version 1.6 for iOS.
Marker array(in GMSMapView (Overlays) file) which will be holding the GMSMarkers list is deprecated. By using this i was removing all GMSMarker from GMSMapView.
Is there any other way to remove all GMSMarker from GMSMapView in iOS?
Use [mapView clear]
to achieve required functionality. :-)
Update:
Swift:
mapView.clear()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With