TextQuery.withArea constructor
- String query,
- TextQueryArea area
Constructs a TextQuery from the provided text query and geographic area.
For Offline Search, search in a given GeoBox, GeoCircle or GeoCorridor
restricts the results to only POIs.
-
queryDesired query to search. -
areaArea which to provide the most relevant places.
Implementation
factory TextQuery.withArea(String query, TextQueryArea area) => $prototype.withArea(query, area);