Package-level declarations
Types
Link copied to clipboard
                  Represents the Color to use for each zoom level.
Link copied to clipboard
                  Represents a named circle.
Link copied to clipboard
                  Represents a named polygon.
Link copied to clipboard
                  Represents a Range that can be displayed by RangeVisualization.
Link copied to clipboard
                  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.
Link copied to clipboard
                  Entry point for all methods related to the range visualization.
Link copied to clipboard
                  object RangeVisualizationFactory
Responsible for creating instances of RangeVisualization.
Link copied to clipboard
                  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.
Link copied to clipboard
                  Represents the width to use for each zoom level.