GLMapTextAlignment
Objective-C
enum GLMapTextAlignment : uint8_t {}
Swift
@frozen enum GLMapTextAlignment : UInt8, @unchecked Sendable
Alignment of text. It’s used for text in MarkerLayer
-
Undefined
Declaration
Objective-C
GLMapTextAlignment_Undefined
Swift
case undefined = 0
-
Center
Declaration
Objective-C
GLMapTextAlignment_Center
Swift
case center = 1
-
Bottom
Declaration
Objective-C
GLMapTextAlignment_Bottom
Swift
case bottom = 2
-
Top
Declaration
Objective-C
GLMapTextAlignment_Top
Swift
case top = 3
-
Right
Declaration
Objective-C
GLMapTextAlignment_Right
Swift
case right = 4
-
Left
Declaration
Objective-C
GLMapTextAlignment_Left
Swift
case left = 5