MGLCirclePitchAlignment

enum MGLCirclePitchAlignment {}

Orientation of circle when map is pitched.

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

MGLCirclePitchAlignmentMap

The circle is aligned to the plane of the map.

Declaration

Objective-C

MGLCirclePitchAlignmentMap

Swift

case map = 0

MGLCirclePitchAlignmentViewport

The circle is aligned to the plane of the viewport.

Declaration

Objective-C

MGLCirclePitchAlignmentViewport

Swift

case viewport = 1
iOS SDK

SDK JS Reference

On this page