removeCircles

abstract fun removeCircles(tag: String? = null)

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

Parameters

tag

The tag which identifies the group of circles.