removeAll

Removes all polylines from the collection.

polylines.add(...);
polylines.add(...);
polylines.removeAll();

See also