PlacesSearchResult constructor

PlacesSearchResult({
  1. String? id,
  2. String? reference,
  3. String? name,
  4. String? placeId,
  5. String? formattedAddress,
  6. List<Photo>? photos,
  7. List<AlternativeId>? altIds,
  8. List<String>? types,
  9. bool? permanentlyClosed,
  10. String? icon,
  11. Geometry? geometry,
  12. PlaceOpeningHours? openingHours,
  13. String? scope,
  14. PriceLevel? priceLevel,
  15. num? rating,
  16. String? vicinity,
})

Implementation

PlacesSearchResult({
  this.id,
  this.reference,
  this.name,
  this.placeId,
  this.formattedAddress,
  this.photos,
  this.altIds,
  this.types,
  this.permanentlyClosed,
  this.icon,
  this.geometry,
  this.openingHours,
  this.scope,
  this.priceLevel,
  this.rating,
  this.vicinity,
});