CategoryQueryArea.withCenter constructor

CategoryQueryArea.withCenter(
  1. GeoCoordinates areaCenter
)

Constructs a new instance of this class from provided parameters.

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

Implementation

factory CategoryQueryArea.withCenter(GeoCoordinates areaCenter) => $prototype.withCenter(areaCenter);