radius

@get:FloatRange(from = 0.0, fromInclusive = false)
@set:FloatRange(from = 0.0, fromInclusive = false)
var radius: Double

The Circle radius property.

The radius can be in RadiusUnit.METERS or RadiusUnit.PIXEL_DENSITY units.