Radius

fun Radius(@FloatRange(from = 0.0, fromInclusive = false) value: Double, unit: RadiusUnit = DEFAULT_RADIUS_UNIT)

Parameters

value

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

unit

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