public enum SuggestionType : UInt32, CaseIterable, Codable

Specifies the type of suggestion returned for query.

  • Suggestion of category, for example restaurant, museum, hotel, etc.

    Declaration

    Swift

    case category
  • Suggestion of a business or non-business chain, for example specific supermarket or restaurant chain.

    Declaration

    Swift

    case chain
  • Suggestion of a concrete place in the world, for example a specific restaurant, address, country, etc.

    Declaration

    Swift

    case place