CategoryQueryArea.withBox constructor

CategoryQueryArea.withBox(
  1. GeoCoordinates areaCenter,
  2. GeoBox boxArea
)

Constructs a new instance of this class from provided parameters.

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

  • boxArea Geographic rectangle area in which to provide the most relevant places.

Implementation

factory CategoryQueryArea.withBox(GeoCoordinates areaCenter, GeoBox boxArea) => $prototype.withBox(areaCenter, boxArea);