DashboardGeospatialPolygonSymbolStyle

data class DashboardGeospatialPolygonSymbolStyle(val fillColor: DashboardGeospatialColor? = null, val strokeColor: DashboardGeospatialColor? = null, val strokeWidth: DashboardGeospatialLineWidth? = null)

Constructors

Link copied to clipboard
constructor(fillColor: DashboardGeospatialColor? = null, strokeColor: DashboardGeospatialColor? = null, strokeWidth: DashboardGeospatialLineWidth? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color and opacity values for the fill color.

Link copied to clipboard

The color and opacity values for the stroke color.

Link copied to clipboard

The width of the border stroke.