IconPitchAlignment

public enum IconPitchAlignment : String, Codable

Orientation of icon when map is pitched.

  • map

    The icon is aligned to the plane of the map.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case auto