RangeStyle

constructor(fillColors: ColorByZoom = DEFAULT_FILL_COLORS, lineColors: ColorByZoom = DEFAULT_LINE_COLORS, lineWidths: WidthByZoom = DEFAULT_LINE_WIDTH, outlineColors: ColorByZoom = DEFAULT_OUTLINE_COLORS, outlineWidths: WidthByZoom = DEFAULT_OUTLINE_WIDTH)

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.