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 = 0

    Swift

    case icon = 0
  • A type for text labels

    Declaration

    Objective-C

    TGLabelTypeText

    Swift

    case text = 1