GitHub repository

Sygic Travel Android SDK

sdk / com.sygic.travel.sdk.places.facade / PlacesQuery / <init>

<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.