RangeVisualizationStyle
class RangeVisualizationStyle(val outerColors: ColorByZoom = DEFAULT_OUTER_COLORS, val rangeStyles: Map<String, RangeStyle> = emptyMap(), val defaultRangeStyle: RangeStyle = RangeStyle())
Represents the style used to display a reachable range.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
outerColors
The ColorByZoom of the area outside of the reachable range.
rangeStyles
The styles for each named Range.
defaultRangeStyle
The default fallback style for a Range.
Constructors
Link copied to clipboard
constructor(outerColors: ColorByZoom = DEFAULT_OUTER_COLORS, rangeStyles: Map<String, RangeStyle> = emptyMap(), defaultRangeStyle: RangeStyle = RangeStyle())