RangeStyle
public struct RangeStyle
Represents a style configuration for the ranges.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes
RangeStyle.Declaration
Swift
public init( fillColors: ColorByZoom = Defaults.fillColors, lineColors: ColorByZoom = Defaults.lineColors, lineWidths: WidthByZoom = Defaults.lineWidths, outlineColors: ColorByZoom = Defaults.outlineColors, outlineWidths: WidthByZoom = Defaults.outlineWidths )Parameters
fillColorsThe fill
ColorByZoomof the range.lineColorsThe
ColorByZoomof the range’s line.lineWidthsThe width, in points unit, of the range’s line.
outlineColorsThe
ColorByZoomof the range’s outline.outlineWidthsThe width, in points unit, of the range’s outline.
-
The fill
ColorByZoomof the range.Declaration
Swift
public let fillColors: ColorByZoom -
The
ColorByZoomof the range’s line.Declaration
Swift
public let lineColors: ColorByZoom -
The widths, in points unit, of the range’s line.
Declaration
Swift
public let lineWidths: WidthByZoom -
The
ColorByZoomof the range’s outline.Declaration
Swift
public let outlineColors: ColorByZoom -
The width, in points unit, of the range’s outline.
Declaration
Swift
public let outlineWidths: WidthByZoom
TomTom SDK for iOS (0.53.1)
RangeStyle