RangeStyle

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

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_FILL_COLORS, lineColors: ColorByZoom = DEFAULT_LINE_COLORS, lineWidths: WidthByZoom = DEFAULT_LINE_WIDTH, outlineColors: ColorByZoom = DEFAULT_OUTLINE_COLORS, outlineWidths: WidthByZoom = DEFAULT_OUTLINE_WIDTH)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard