TextQueryArea.withCountries constructor - TextQueryArea - search library - Dart API
TextQueryArea.withCountries
TextQueryArea.withCountries constructor
- List<
CountryCode> countries, - GeoCoordinates areaCenter
Constructs a new instance of this class from provided parameters.
The given list of countries and center define the area that will be used in the search query.
-
countriesA list of countries that the query is applied in. -
areaCenterGeographic coordinates of the prioritized area center.
Implementation
factory TextQueryArea.withCountries(List<CountryCode> countries, GeoCoordinates areaCenter) => $prototype.withCountries(countries, areaCenter);