PolygonStyle

data class PolygonStyle(val fillColor: Color? = null, val strokeColor: Color? = null, val strokeWidth: Float? = null)

Represents a style of GeoJSON polygon.

Constructors

Link copied to clipboard
constructor(fillColor: Color? = null, strokeColor: Color? = null, strokeWidth: Float? = null)

Properties

Link copied to clipboard

Fill color for polygon interiors

Link copied to clipboard

Stroke color for polygon outlines

Link copied to clipboard

Stroke width for polygon outlines