MGLTextTransform
enum MGLTextTransform {}
                Specifies how to capitalize text.
Values of this type are used in the MGLSymbolStyleLayer.textTransform
property.
- 
                  
                  
The text is not altered.
Declaration
Objective-C
MGLTextTransformNoneSwift
case none = 0 - 
                  
                  
Forces all letters to be displayed in uppercase.
Declaration
Objective-C
MGLTextTransformUppercaseSwift
case uppercase = 1 - 
                  
                  
Forces all letters to be displayed in lowercase.
Declaration
Objective-C
MGLTextTransformLowercaseSwift
case lowercase = 2 
              Install in Dash
            
        MGLTextTransform Enumeration Reference