HillshadeIlluminationAnchor

public struct HillshadeIlluminationAnchor : RawRepresentable, Codable, Hashable

Direction of light source when map is rotated.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • map

    The hillshade illumination is relative to the north direction.

    Declaration

    Swift

    public static let map: HillshadeIlluminationAnchor
  • The hillshade illumination is relative to the top of the viewport.

    Declaration

    Swift

    public static let viewport: HillshadeIlluminationAnchor