GoogleMapsPlacesV1SearchTextRequest constructor

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

Implementation

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