GoogleMapsPlacesV1SearchNearbyRequest constructor

GoogleMapsPlacesV1SearchNearbyRequest({
  1. List<String>? excludedPrimaryTypes,
  2. List<String>? excludedTypes,
  3. List<String>? includedPrimaryTypes,
  4. List<String>? includedTypes,
  5. String? languageCode,
  6. GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction? locationRestriction,
  7. int? maxResultCount,
  8. String? rankPreference,
  9. String? regionCode,
})

Implementation

GoogleMapsPlacesV1SearchNearbyRequest({
  this.excludedPrimaryTypes,
  this.excludedTypes,
  this.includedPrimaryTypes,
  this.includedTypes,
  this.languageCode,
  this.locationRestriction,
  this.maxResultCount,
  this.rankPreference,
  this.regionCode,
});