MGLTextAnchor

enum MGLTextAnchor {}

Part of the text placed closest to the anchor.

Values of this type are used in the MGLSymbolStyleLayer.textAnchor property.

MGLTextAnchorCenter

The center of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorCenter

Swift

case center = 0

MGLTextAnchorLeft

The left side of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorLeft

Swift

case left = 1

MGLTextAnchorRight

The right side of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorRight

Swift

case right = 2

MGLTextAnchorTop

The top of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorTop

Swift

case top = 3

MGLTextAnchorBottom

The bottom of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorBottom

Swift

case bottom = 4

MGLTextAnchorTopLeft

The top left corner of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorTopLeft

Swift

case topLeft = 5

MGLTextAnchorTopRight

The top right corner of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorTopRight

Swift

case topRight = 6

MGLTextAnchorBottomLeft

The bottom left corner of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorBottomLeft

Swift

case bottomLeft = 7

MGLTextAnchorBottomRight

The bottom right corner of the text is placed closest to the anchor.

Declaration

Objective-C

MGLTextAnchorBottomRight

Swift

case bottomRight = 8
iOS SDK

SDK JS Reference

On this page