ClosedStyle
constructor(styleName: String = "", minMapScaleFactor: Double = 0.0, maxMapScaleFactor: Double = 0.0, visible: Boolean = true, color: Int = Color.BLACK, borderColor: Int = Color.BLACK, borderWidth: Int = 0, borderRealUnits: Boolean = false)
Parameters
styleName
Name of the shape style
minMapScaleFactor
Minimum Map Scale Factor expressed in meters / logical pixel (0: unlimited)
maxMapScaleFactor
Maximum Map Scale Factor expressed in meters / logical pixel (0: unlimited)
visible
Visibility status of this Polyline Style
color
ARGB color (default is black)
borderColor
Optional border (ARGB) color
borderWidth
border width (in pixels or real units)
borderRealUnits
Specifies whether the border width should be expressed either in pixels (false) or in real units (true).