CircleOptions

fun CircleOptions(    coordinate: GeoCoordinate,     @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)

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.