GoogleMapsPlacesV1AutocompletePlacesRequest constructor
GoogleMapsPlacesV1AutocompletePlacesRequest({
- bool? includeQueryPredictions,
- List<
String> ? includedPrimaryTypes, - List<
String> ? includedRegionCodes, - String? input,
- int? inputOffset,
- String? languageCode,
- GoogleMapsPlacesV1AutocompletePlacesRequestLocationBias? locationBias,
- GoogleMapsPlacesV1AutocompletePlacesRequestLocationRestriction? locationRestriction,
- GoogleTypeLatLng? origin,
- String? regionCode,
- 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,
});