CategoryQuery.withCategoryInArea constructor

CategoryQuery.withCategoryInArea(
  1. PlaceCategory category,
  2. CategoryQueryArea area
)

Constructs a new instance of this class from provided parameters.

  • category Category for query

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

Implementation

factory CategoryQuery.withCategoryInArea(PlaceCategory category, CategoryQueryArea area) => $prototype.withCategoryInArea(category, area);