RangeStyle
data class RangeStyle(val fillColors: ColorByZoom = DEFAULT_RANGE_STYLE.fillColors, val lineColors: ColorByZoom = DEFAULT_RANGE_STYLE.lineColors, val lineWidths: WidthByZoom = DEFAULT_RANGE_STYLE.lineWidths, val outlineColors: ColorByZoom = DEFAULT_RANGE_STYLE.outlineColors, val outlineWidths: WidthByZoom = DEFAULT_RANGE_STYLE.outlineWidths)
Represents a style configuration for the ranges.
Important: This is a Public Preview API. It may be changed or removed at any time.
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.
Constructors
Link copied to clipboard
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)