CirclePitchScale
public struct CirclePitchScale : RawRepresentable, Codable, Hashable
Controls the scaling behavior of the circle when the map is pitched.
-
Declaration
Swift
public let rawValue: String -
Declaration
Swift
public init(rawValue: String) -
Circles are scaled according to their apparent distance to the camera.
Declaration
Swift
public static let map: CirclePitchScale -
Circles are not scaled.
Declaration
Swift
public static let viewport: CirclePitchScale
CirclePitchScale Structure Reference