Polygon
data class Polygon(val coordinates: List<Coordinates>, val lineWidth: Float, val color: Color? = null, val lineColor: Color? = null)
Represents a polygon overlay on the map.
Parameters
coordinates
List of coordinates that define the polygon's vertices
line Width
The width of the polygon's border
color
The fill color of the polygon
line Color
The color of the polygon's border