Circle
data class Circle(val center: Coordinates, val radius: Float, val color: Color? = null, val lineColor: Color? = null, val lineWidth: Float? = null)
Represents a circle overlay on the map.
Parameters
center
The center coordinates of the circle
radius
The radius of the circle in meters
color
The fill color of the circle
line Color
The color of the circle's border
line Width
The width of the circle's border