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

lineColor

The color of the circle's border

lineWidth

The width of the circle's border