Enums

The following enums are available globally.

  • Enum identifying a basic type of TKMedium.

    See more

    Declaration

    Objective-C

    enum TKMediumType : NSUInteger {}

    Swift

    enum TKMediumType : UInt
  • Enum identifying a suitability of TKMedium for some basic use cases.

    See more

    Declaration

    Objective-C

    enum TKMediumSuitability : NSUInteger {}

    Swift

    struct TKMediumSuitability : OptionSet
  • Flag value denoting level value of a TKPlace.

    See more

    Declaration

    Objective-C

    enum TKPlaceLevel : NSUInteger {}

    Swift

    struct TKPlaceLevel : OptionSet
  • Flag value defining which categories a particular TKPlace belongs to.

    See more

    Declaration

    Objective-C

    enum TKPlaceCategory : NSUInteger {}

    Swift

    struct TKPlaceCategory : OptionSet
  • Query enum declaring in which manner the related parameter should be treated.

    See more

    Declaration

    Objective-C

    enum TKPlacesQueryMatching : NSUInteger {}

    Swift

    enum TKPlacesQueryMatching : UInt
  • Query enum declaring the sorting option for the results returned.

    See more

    Declaration

    Objective-C

    enum TKToursQuerySorting : NSUInteger {}

    Swift

    enum TKToursQuerySorting : UInt