CategoryQuery.withCategoriesInArea constructor

CategoryQuery.withCategoriesInArea(
  1. List<PlaceCategory> categories,
  2. CategoryQueryArea area
)

Constructs a new instance of this class from provided parameters.

  • categories List of categories.

  • area Area in which to provide the most relevant places.

Implementation

factory CategoryQuery.withCategoriesInArea(List<PlaceCategory> categories, CategoryQueryArea area) => $prototype.withCategoriesInArea(categories, area);