LinePatternDisplay
public struct LinePatternDisplay
Represents a line pattern display configuration for a specific zoom range.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Initializes a new
LinePatternDisplaywith the specified zoom range.Declaration
Swift
public init(zoom: ClosedRange<Double>)Parameters
zoomThe closed range of zoom levels that applies to the line pattern display configuration.
-
The closed range of zoom levels for which the line pattern display configuration applies.
Declaration
Swift
public let zoom: ClosedRange<Double>
TomTom SDK for iOS (0.40.0)
LinePatternDisplay