AddressQuery.withAreaCenter constructor - AddressQuery - search library - Dart API
AddressQuery.withAreaCenter
AddressQuery.withAreaCenter constructor
- String query,
- GeoCoordinates areaCenter
Constructs an AddressQuery from the provided text query and geographical coordinates.
-
queryDesired query to search. -
areaCenterGeographical coordinates of the center around which to provide the most relevant places.
Implementation
factory AddressQuery.withAreaCenter(String query, GeoCoordinates areaCenter) => $prototype.withAreaCenter(query, areaCenter);