removePolylines

abstract fun removePolylines(tag: String? = null)

Removes all Polyline elements with the provided tag from the map. If tag is null then all polylines that don't have a tag will be removed. The tag is set with the PolylineOptions.tag property.

Parameters

tag

The tag which identifies the group of polylines.