CategoryQuery.withCategoryInArea constructor - CategoryQuery - search library - Dart API
CategoryQuery.withCategoryInArea
CategoryQuery.withCategoryInArea constructor
- PlaceCategory category,
- CategoryQueryArea area
Constructs a new instance of this class from provided parameters.
-
categoryCategory for query -
areaArea in which to provide the most relevant places.
Implementation
factory CategoryQuery.withCategoryInArea(PlaceCategory category, CategoryQueryArea area) => $prototype.withCategoryInArea(category, area);