IconPitchAlignment

public enum IconPitchAlignment : String, Codable, CaseIterable

Orientation of icon when map is pitched.

  • map

    The icon is aligned to the plane of the map.

    Declaration

    Swift

    case map = "map"
  • The icon is aligned to the plane of the viewport.

    Declaration

    Swift

    case viewport = "viewport"
  • Automatically matches the value of {@link ICON_ROTATION_ALIGNMENT}.

    Declaration

    Swift

    case auto = "auto"