TextQueryArea.withCenter constructor - TextQueryArea - search library - Dart API
TextQueryArea.withCenter
TextQueryArea.withCenter constructor
- GeoCoordinates areaCenter
Constructs a new instance of this class from provided parameters.
areaCenterGeographic coordinates of the center around which to provide the most relevant places.
Implementation
factory TextQueryArea.withCenter(GeoCoordinates areaCenter) => $prototype.withCenter(areaCenter);