GoogleMapsPlacesV1SearchTextRequest constructor

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

Implementation

GoogleMapsPlacesV1SearchTextRequest({
  this.evOptions,
  this.includePureServiceAreaBusinesses,
  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.routingParameters,
  this.searchAlongRouteParameters,
  this.strictTypeFiltering,
  this.textQuery,
});