IconPitchAlignment
public struct IconPitchAlignment : RawRepresentable, Codable, Hashable
Orientation of icon when map is pitched.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
The icon is aligned to the plane of the map.
Declaration
Swift
public static let map: IconPitchAlignment
-
The icon is aligned to the plane of the viewport.
Declaration
Swift
public static let viewport: IconPitchAlignment
-
Automatically matches the value of {@link ICON_ROTATION_ALIGNMENT}.
Declaration
Swift
public static let auto: IconPitchAlignment