addCircle

abstract fun addCircle(options: CircleOptions): Circle

Adds a new Circle based on the given CircleOptions

Return

Circle instance with the assigned UniqueId.

Parameters

options

CircleOptions describing the desired properties of the Circle.