ProfileValue
public struct ProfileValue
A single profile value which indicates the speed range in which it applies to its zoom and tilt configuration.
-
Start speed of the range.
Declaration
Swift
public var fromMetersPerSecond: Double -
End speed of the range.
Declaration
Swift
public var toMetersPerSecond: Double -
Zoom configuration.
Declaration
Swift
public var zoom: MapMeasure -
Tilt configuration.
Declaration
Swift
public var tiltInDegrees: Double -
Creates a new instance.
Declaration
Swift
public init(fromMetersPerSecond: Double, toMetersPerSecond: Double, zoom: MapMeasure, tiltInDegrees: Double)