CircleOptions

fun CircleOptions(coordinate: GeoPoint, @FloatRange(from = 0.0, fromInclusive = false) radius: Double, radiusUnit: RadiusUnit = DEFAULT_RADIUS_UNIT, fillColor: Color = DEFAULT_FILL_COLOR, outlineColor: Color = DEFAULT_OUTLINE_COLOR, @FloatRange(from = 0.0) outlineRadius: Double = DEFAULT_OUTLINE_RADIUS, isClickable: Boolean = true)

Parameters

coordinate

Center of the circle overlay.

radius

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

radiusUnit

RadiusUnit related to the radius. Default value is RadiusUnit.METERS.

fillColor

Color for circle overlay.

outlineColor

Color 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.