DiscoveryVenueSearchCriteria

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
val countryCode: String? = null

Country code for the query, if available.

Link copied to clipboard
val currentPage: Int? = null

Current page number, if available.

Link copied to clipboard
val keywordsFilter: String? = null

Keyword filter for the search, if available.

Link copied to clipboard
val locale: List<String>? = null

List of locales for the query, if available.

Link copied to clipboard

Location query with coordinates and radius, if available.

Link copied to clipboard
val pageSize: Int? = null

Number of results per page, if available.

Link copied to clipboard
val sortMethod: String? = null

Sorting method, defaults to relevance,desc, if available.

Link copied to clipboard
val source: String? = null

Source filter for the search, if available.

Link copied to clipboard
val venueIDList: List<String>? = null

List of venue IDs, if available.

Link copied to clipboard

Market domain for the query, if available.