GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.facade / PlacesQuery

PlacesQuery

data class PlacesQuery

PlacesQuery contains values which define the places to be fetched. To see what the parameters mean check the API Documentation.

Constructors

Name Summary
<init> PlacesQuery(query:String? = null, bounds:LatLngBounds? = null, categories:List<Category>? = null, categoriesOperator:LogicalOperator= LogicalOperator.ALL, categoriesNot:List<Category>? = null, categoriesNotOperator:LogicalOperator= LogicalOperator.ALL, tags:List<String>? = null, tagsOperator:LogicalOperator= LogicalOperator.ALL, tagsNot:List<String>? = null, tagsNotOperator:LogicalOperator= LogicalOperator.ALL, parentIds:List<String>? = null, parentsOperator:LogicalOperator= LogicalOperator.ALL, mapSpread:Int? = null, mapTiles:List<String>? = null, limit:Int? = null, levels:List<Level>? = null, hotelStarRatingMin:Int? = null, hotelStarRatingMax:Int? = null, customerRatingMin:Int? = null, customerRatingMax:Int? = null, preferredLocation:LatLng? = null)
PlacesQuery contains values which define the places to be fetched. To see what the parameters mean check the API Documentation.

Properties

Name Summary
bounds var bounds:LatLngBounds?
categories var categories:List<Category>?
categoriesNot var categoriesNot:List<Category>?
categoriesNotOperator var categoriesNotOperator:LogicalOperator
categoriesOperator var categoriesOperator:LogicalOperator
customerRatingMax var customerRatingMax:Int?
customerRatingMin var customerRatingMin:Int?
hotelStarRatingMax var hotelStarRatingMax:Int?
hotelStarRatingMin var hotelStarRatingMin:Int?
levels var levels:List<Level>?
limit var limit:Int?
mapSpread var mapSpread:Int?
mapTiles var mapTiles:List<String>?
parentIds var parentIds:List<String>?
parentsOperator var parentsOperator:LogicalOperator
preferredLocation var preferredLocation:LatLng?
query var query:String?
tags var tags:List<String>?
tagsNot var tagsNot:List<String>?
tagsNotOperator var tagsNotOperator:LogicalOperator
tagsOperator var tagsOperator:LogicalOperator