AddressQuery.withAreaCenterInCountries constructor

AddressQuery.withAreaCenterInCountries(
  1. String query,
  2. GeoCoordinates areaCenter,
  3. List<CountryCode> countries
)

Constructs an AddressQuery from the provided text query, geographical coordinates and the list of countries the query is applied in.

  • query Desired query to search.

  • areaCenter Geographical coordinates of the center around which to provide the most relevant places.

  • countries A 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);