HillshadeIlluminationAnchor

public enum HillshadeIlluminationAnchor : String, Codable, CaseIterable

Direction of light source when map is rotated.

  • map

    The hillshade illumination is relative to the north direction.

    Declaration

    Swift

    case map = "map"
  • The hillshade illumination is relative to the top of the viewport.

    Declaration

    Swift

    case viewport = "viewport"