RangeVisualizationStyle
public struct RangeVisualizationStyle
Style configuration for the reachable range.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes reachable range style.
Declaration
Swift
public init(singleRangeStyle: SingleRangeStyle = .init(), multiRangeStyle: MultiRangeStyle = .init())Parameters
singleRangeStyleStyle used for single range styling.
multiRangeStyleStyle used for multi range styling.
-
Style used for single range styling.
Declaration
Swift
public let singleRangeStyle: SingleRangeStyle -
Style used for multi range styling.
Declaration
Swift
public let multiRangeStyle: MultiRangeStyle
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
RangeVisualizationStyle