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