MTMarkerPitchAlignment

public enum MTMarkerPitchAlignment : String, Sendable, Codable

Alignment for marker pitch relative to map or viewport.

  • map

    Aligns the marker with the plane of the map.

    Declaration

    Swift

    case map
  • Aligns the marker with the viewport plane.

    Declaration

    Swift

    case viewport
  • Automatically matches the marker’s rotation alignment.

    Declaration

    Swift

    case auto