CategoryQueryArea.withCircle constructor

CategoryQueryArea.withCircle(
  1. GeoCoordinates areaCenter,
  2. GeoCircle circleArea
)

Constructs a new instance of this class from provided parameters.

  • areaCenter Geographic coordinates of the center around which to provide the most relevant places.

  • circleArea Geographic circle area in which to provide the most relevant places.

Implementation

factory CategoryQueryArea.withCircle(GeoCoordinates areaCenter, GeoCircle circleArea) => $prototype.withCircle(areaCenter, circleArea);