Circle
constructor(center: Coordinates, radius: Float, color: Color? = null, lineColor: Color? = null, lineWidth: Float? = null)
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