TextPitchAlignment

public enum TextPitchAlignment : String, Codable, CaseIterable

Orientation of text when map is pitched.

  • map

    The text is aligned to the plane of the map.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case auto = "auto"