GoogleMapsPlacesV1SearchTextRequest constructor
GoogleMapsPlacesV1SearchTextRequest({
- GoogleMapsPlacesV1SearchTextRequestEVOptions? evOptions,
- String? includedType,
- String? languageCode,
- GoogleMapsPlacesV1SearchTextRequestLocationBias? locationBias,
- GoogleMapsPlacesV1SearchTextRequestLocationRestriction? locationRestriction,
- int? maxResultCount,
- double? minRating,
- bool? openNow,
- int? pageSize,
- String? pageToken,
- List<
String> ? priceLevels, - String? rankPreference,
- String? regionCode,
- bool? strictTypeFiltering,
- 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,
});