TGooglePlacesConfig constructor

const TGooglePlacesConfig({
  1. String? languageCode,
  2. String? regionCode,
  3. LatLng? origin,
  4. TGoogleLocationBias? locationBias,
  5. TGoogleLocationRestriction? locationRestriction,
  6. List<String>? includedPrimaryTypes,
  7. bool? includeQueryPredictions,
  8. int? inputOffset,
  9. bool? includeFutureOpeningBusinesses,
  10. bool? includePureServiceAreaBusinesses,
  11. 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,
});