Discovery Venue Search Criteria
data class DiscoveryVenueSearchCriteria(val venueIDList: List<String>? = null, val keywordsFilter: String? = null, val location: DiscoveryLocationQuery? = null, val source: String? = null, val pageSize: Int? = null, val currentPage: Int? = null, val sortMethod: String? = null, val webDomain: TMMarketDomain? = null, val locale: List<String>? = null, val countryCode: String? = null)
Criteria for searching venues in the Discovery API.
Specifies parameters for querying venue search results.
Constructors
Link copied to clipboard
constructor(venueIDList: List<String>? = null, keywordsFilter: String? = null, location: DiscoveryLocationQuery? = null, source: String? = null, pageSize: Int? = null, currentPage: Int? = null, sortMethod: String? = null, webDomain: TMMarketDomain? = null, locale: List<String>? = null, countryCode: String? = null)
Properties
Link copied to clipboard
Country code for the query, if available.
Link copied to clipboard
Current page number, if available.
Link copied to clipboard
Keyword filter for the search, if available.
Link copied to clipboard
Location query with coordinates and radius, if available.
Link copied to clipboard
Sorting method, defaults to relevance,desc, if available.
Link copied to clipboard
List of venue IDs, if available.
Link copied to clipboard
Market domain for the query, if available.