Enumerations

The following enumerations are available globally.

  • Query enum declaring in which manner the related parameter should be treated.

    See more

    Declaration

    Objective-C

    enum TKCollectionsQueryMatching {}

    Swift

    enum TKCollectionsQueryMatching : UInt
  • The mode of transport used to query for when fetching calculated directions.

    See more

    Declaration

    Objective-C

    enum TKDirectionMode {}

    Swift

    struct TKDirectionMode : OptionSet
  • An enum indicating options to fine-tune transport options. Only useful with Car mode.

    See more

    Declaration

    Objective-C

    enum TKDirectionAvoidOption {}

    Swift

    struct TKDirectionAvoidOption : OptionSet
  • The mode of a specific step within a calculated direction.

    See more

    Declaration

    Objective-C

    enum TKDirectionStepMode {}

    Swift

    enum TKDirectionStepMode : UInt
  • Enum identifying a basic type of TKMedium.

    See more

    Declaration

    Objective-C

    enum TKMediumType {}

    Swift

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

    See more

    Declaration

    Objective-C

    enum TKMediumSuitability {}

    Swift

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

    See more

    Declaration

    Objective-C

    enum TKPlaceLevel {}

    Swift

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

    See more

    Declaration

    Objective-C

    enum TKPlaceCategory {}

    Swift

    struct TKPlaceCategory : OptionSet
  • Flag value indicating a source of a description.

    See more

    Declaration

    Objective-C

    enum TKPlaceDescriptionProvider {}

    Swift

    struct TKPlaceDescriptionProvider : OptionSet
  • Flag value indicating a source of a translation.

    See more

    Declaration

    Objective-C

    enum TKTranslationProvider {}

    Swift

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

    See more

    Declaration

    Objective-C

    enum TKPlacesQueryMatching {}

    Swift

    enum TKPlacesQueryMatching : UInt
  • Flag value denoting some additional options of a TKTour.

    Declaration

    Objective-C

    enum TKTourFlag {}

    Swift

    struct TKTourFlag : OptionSet
  • Query enum declaring the sorting option for the Viator tour results returned.

    See more

    Declaration

    Objective-C

    enum TKToursViatorQuerySorting {}

    Swift

    enum TKToursViatorQuerySorting : UInt
  • Query enum declaring the sorting option for the GetYourGuide tour results returned.

    See more

    Declaration

    Objective-C

    enum TKToursGYGQuerySorting {}

    Swift

    enum TKToursGYGQuerySorting : UInt
  • The mode of transport used to indicate the mean of transportation between places.

    See more

    Declaration

    Objective-C

    enum TKTripTransportMode {}

    Swift

    struct TKTripTransportMode : OptionSet