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)
  • map

    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