TextQueryArea.withBox constructor

TextQueryArea.withBox(
  1. GeoBox boxArea
)

Constructs a new instance of this class from provided parameters.

For Offline Search, search in a given GeoBox restricts the results to only POIs.

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

Implementation

factory TextQueryArea.withBox(GeoBox boxArea) => $prototype.withBox(boxArea);