TGooglePlacesConfig constructor
const
TGooglePlacesConfig({
- String? languageCode,
- String? regionCode,
- LatLng? origin,
- TGoogleLocationBias? locationBias,
- TGoogleLocationRestriction? locationRestriction,
- List<
String> ? includedPrimaryTypes, - bool? includeQueryPredictions,
- int? inputOffset,
- bool? includeFutureOpeningBusinesses,
- bool? includePureServiceAreaBusinesses,
- String? sessionToken,
Implementation
const TGooglePlacesConfig({
this.languageCode,
this.regionCode,
this.origin,
this.locationBias,
this.locationRestriction,
this.includedPrimaryTypes,
this.includeQueryPredictions,
this.inputOffset,
this.includeFutureOpeningBusinesses,
this.includePureServiceAreaBusinesses,
this.sessionToken,
});