TextQueryArea.withBox constructor - TextQueryArea - search library - Dart API
TextQueryArea.withBox
TextQueryArea.withBox constructor
- 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.
boxAreaGeographic rectangle area in which to provide the most relevant places.
Implementation
factory TextQueryArea.withBox(GeoBox boxArea) => $prototype.withBox(boxArea);