DingiCirclePitchAlignment

enum DingiCirclePitchAlignment {}

Orientation of circle when map is pitched.

Values of this type are used in the DingiCircleStyleLayer.circlePitchAlignment property.

  • The circle is aligned to the plane of the map.

    Declaration

    Objective-C

    DingiCirclePitchAlignmentMap

    Swift

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

    Declaration

    Objective-C

    DingiCirclePitchAlignmentViewport

    Swift

    case viewport = 1