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) -
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
HillshadeIlluminationAnchor Structure Reference