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 LinePatternDisplay
with the specified zoom range.
Declaration
Swift
public init(zoom: ClosedRange<Double>)
Parameters
zoom
|
The 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>