CircleOptions

fun CircleOptions(coordinate: GeoPoint, radius: Radius, @ColorInt fillColor: Int = DEFAULT_FILL_COLOR, @ColorInt outlineColor: Int = DEFAULT_OUTLINE_COLOR, @FloatRange(from = 0.0) outlineRadius: Double = DEFAULT_OUTLINE_RADIUS, isClickable: Boolean = true, tag: String? = null)

Parameters

coordinate

Center of the circle overlay.

radius

Radius of the circle overlay. Radius must be greater than 0.

fillColor

for circle overlay.

outlineColor

for the circle outline overlay.

outlineRadius

Radius of the circle outline overlay.

isClickable

Sets if the circle is clickable, if this parameter is false then clicks will be propagated to objects that are below circle.

tag

Can be used to identify group of circles.