GoogleMapsPlacesV1AutocompletePlacesRequest constructor

GoogleMapsPlacesV1AutocompletePlacesRequest({
  1. bool? includeQueryPredictions,
  2. List<String>? includedPrimaryTypes,
  3. List<String>? includedRegionCodes,
  4. String? input,
  5. int? inputOffset,
  6. String? languageCode,
  7. GoogleMapsPlacesV1AutocompletePlacesRequestLocationBias? locationBias,
  8. GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction? locationRestriction,
  9. GoogleTypeLatLng? origin,
  10. String? regionCode,
  11. String? sessionToken,
})

Implementation

GoogleMapsPlacesV1AutocompletePlacesRequest({
  this.includeQueryPredictions,
  this.includedPrimaryTypes,
  this.includedRegionCodes,
  this.input,
  this.inputOffset,
  this.languageCode,
  this.locationBias,
  this.locationRestriction,
  this.origin,
  this.regionCode,
  this.sessionToken,
});