RangeStyle
constructor(fillColors: ColorByZoom = DEFAULT_RANGE_STYLE.fillColors, lineColors: ColorByZoom = DEFAULT_RANGE_STYLE.lineColors, lineWidths: WidthByZoom = DEFAULT_RANGE_STYLE.lineWidths, outlineColors: ColorByZoom = DEFAULT_RANGE_STYLE.outlineColors, outlineWidths: WidthByZoom = DEFAULT_RANGE_STYLE.outlineWidths)
Parameters
fillColors
The fill ColorByZoom of the range.
lineColors
The ColorByZoom of the range's line.
lineWidths
The width, in dp units, of the range's line.
outlineColors
The ColorByZoom of the range's outline.
outlineWidths
The width, in dp units, of the range's outline.