GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.tours.facade / ToursViatorQuery

ToursViatorQuery

data class ToursViatorQuery

ToursViatorQuery contains values which define the Viator tours to be fetched. To see what the parameters mean check the API Documentation.

Types

Name Summary
SortBy enum class SortBy
SortDirection enum class SortDirection

Constructors

Name Summary
<init> ToursViatorQuery(parentPlaceId:String, page:Int? = null, sortBy:SortBy? = null, sortDirection:SortDirection? = null)
ToursViatorQuery contains values which define the Viator tours to be fetched. To see what the parameters mean check the API Documentation.

Properties

Name Summary
page var page:Int?
parentPlaceId var parentPlaceId:String
sortBy var sortBy:SortBy?
sortDirection var sortDirection:SortDirection?