PatternLengthScene
public struct PatternLengthScene : Equatable
Pattern length scene.
-
Creates an instance of
PatternLengthScene.Declaration
Swift
public init(sceneLevel: Double, patternLengthUnits: Double)Parameters
sceneLevelScene level where the specified pattern length should be used.
patternLengthUnitsPattern length value
-
Scene level where the specified pattern length should be used.
Declaration
Swift
public let sceneLevel: Double -
Pattern length value.
Declaration
Swift
public let patternLengthUnits: Double
TomTom SDK for iOS (0.53.1)
PatternLengthScene