CommonShapeStyle
open class CommonShapeStyle(var styleName: String = "", var minMapScaleFactor: Double = 0.0, var maxMapScaleFactor: Double = 0.0, var visible: Boolean = true)
A class that contains all common shape style options.
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