GoogleMapsPlacesV1SearchTextRequest constructor

GoogleMapsPlacesV1SearchTextRequest({
  1. String? includedType,
  2. String? languageCode,
  3. GoogleMapsPlacesV1SearchTextRequestLocationBias? locationBias,
  4. GoogleMapsPlacesV1SearchTextRequestLocationRestriction? locationRestriction,
  5. int? maxResultCount,
  6. double? minRating,
  7. bool? openNow,
  8. List<String>? priceLevels,
  9. String? rankPreference,
  10. String? regionCode,
  11. bool? strictTypeFiltering,
  12. String? textQuery,
})

Implementation

GoogleMapsPlacesV1SearchTextRequest({
  this.includedType,
  this.languageCode,
  this.locationBias,
  this.locationRestriction,
  this.maxResultCount,
  this.minRating,
  this.openNow,
  this.priceLevels,
  this.rankPreference,
  this.regionCode,
  this.strictTypeFiltering,
  this.textQuery,
});