RangeVisualizationStyle
public struct RangeVisualizationStyle
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.-
Initializes
RangeVisualizationStyle.Declaration
Swift
public init( outerColors: ColorByZoom = Defaults.outerColors, rangeStyles: [String: RangeStyle] = [:], defaultRangeStyle: RangeStyle = RangeStyle() )Parameters
outerColorsThe
ColorByZoomof the area outside of the reachable range.rangeStylesThe styles for each named
Range.defaultRangeStyleThe default fallback style for a
Range
-
The
ColorByZoomof the area outside of the reachable range.Declaration
Swift
public let outerColors: ColorByZoom -
The styles for each named
Range.Declaration
Swift
public let rangeStyles: [String : RangeStyle] -
The default fallback style for a
Range.Declaration
Swift
public let defaultRangeStyle: RangeStyle
TomTom SDK for iOS (0.53.1)
RangeVisualizationStyle