AddressQuery.withAreaCenterInCountries constructor
- String query,
- GeoCoordinates areaCenter,
- List<
CountryCode> countries
Constructs an AddressQuery from the provided text query, geographical coordinates and the list of countries the query is applied in.
-
queryDesired query to search. -
areaCenterGeographical coordinates of the center around which to provide the most relevant places. -
countriesA list of countries that the query is applied in.
Implementation
factory AddressQuery.withAreaCenterInCountries(String query, GeoCoordinates areaCenter, List<CountryCode> countries) => $prototype.withAreaCenterInCountries(query, areaCenter, countries);