ClosedStyle
open class ClosedStyle(var styleName: String = "", var minMapScaleFactor: Double = 0.0, var maxMapScaleFactor: Double = 0.0, var visible: Boolean = true, var color: Int = Color.BLACK, var borderColor: Int = Color.BLACK, var borderWidth: Int = 0, var borderRealUnits: Boolean = false) : CommonShapeStyle
Describes a Polygon Style to render closed forms such as polygons, rectangles and ellipses on a MapView.
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).