CategoryQueryArea.withBox constructor - CategoryQueryArea - search library - Dart API
CategoryQueryArea.withBox
CategoryQueryArea.withBox constructor
- GeoCoordinates areaCenter,
- GeoBox boxArea
Constructs a new instance of this class from provided parameters.
-
areaCenterGeographic coordinates of the center around which to provide the most relevant places. -
boxAreaGeographic rectangle area in which to provide the most relevant places.
Implementation
factory CategoryQueryArea.withBox(GeoCoordinates areaCenter, GeoBox boxArea) => $prototype.withBox(areaCenter, boxArea);