CirclePitchAlignment

public enum CirclePitchAlignment : String, Codable

Orientation of circle when map is pitched.

  • map

    The circle is aligned to the plane of the map.

    Declaration

    Swift

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

    Declaration

    Swift

    case viewport = "viewport"