CategoryQuery.withCategoriesInArea constructor
- List<
PlaceCategory> categories, - CategoryQueryArea area
Constructs a new instance of this class from provided parameters.
-
categoriesList of categories. -
areaArea in which to provide the most relevant places.
Implementation
factory CategoryQuery.withCategoriesInArea(List<PlaceCategory> categories, CategoryQueryArea area) => $prototype.withCategoriesInArea(categories, area);