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