CirclePitchAlignment
public struct CirclePitchAlignment : RawRepresentable, Codable, Hashable
Orientation of circle when map is pitched.
-
Declaration
Swift
public let rawValue: String -
Declaration
Swift
public init(rawValue: String) -
The circle is aligned to the plane of the map.
Declaration
Swift
public static let map: CirclePitchAlignment -
The circle is aligned to the plane of the viewport.
Declaration
Swift
public static let viewport: CirclePitchAlignment
CirclePitchAlignment Structure Reference