Is it possible to remove all Polylines without removing other objects?
[mapView clear];
removes everything including markers
I also tried the following but it didn't work either..
for (GMSPolyline __strong *polyline in self.mapView.subviews) {
polyline = nil;
}
Thanks in advance
PS : I am using Google Maps SDK for iOS version: 1.7.2.7908