TGLabelType
enum TGLabelType {}
A label type used to differentiate icon and text labels when selecting them on a map view
-
A type for icon labels (sprites)
Declaration
Objective-C
TGLabelTypeIcon = 0Swift
case icon = 0 -
A type for text labels
Declaration
Objective-C
TGLabelTypeTextSwift
case text = 1
View on GitHub
TGLabelType Enumeration Reference
