MGLTextJustification
enum MGLTextJustification {}
Text justification options.
Values of this type are used in the MGLSymbolStyleLayer.textJustification
property.
-
The text is aligned to the left.
Declaration
Objective-C
MGLTextJustificationLeftSwift
case left = 0 -
The text is centered.
Declaration
Objective-C
MGLTextJustificationCenterSwift
case center = 1 -
The text is aligned to the right.
Declaration
Objective-C
MGLTextJustificationRightSwift
case right = 2
Install in Dash
MGLTextJustification Enumeration Reference