GoogleMapsPlacesV1Place constructor

GoogleMapsPlacesV1Place({
  1. GoogleMapsPlacesV1PlaceAccessibilityOptions? accessibilityOptions,
  2. List<GoogleMapsPlacesV1PlaceAddressComponent>? addressComponents,
  3. String? adrFormatAddress,
  4. bool? allowsDogs,
  5. GoogleMapsPlacesV1PlaceAreaSummary? areaSummary,
  6. List<GoogleMapsPlacesV1PlaceAttribution>? attributions,
  7. String? businessStatus,
  8. bool? curbsidePickup,
  9. GoogleMapsPlacesV1PlaceOpeningHours? currentOpeningHours,
  10. List<GoogleMapsPlacesV1PlaceOpeningHours>? currentSecondaryOpeningHours,
  11. bool? delivery,
  12. bool? dineIn,
  13. GoogleTypeLocalizedText? displayName,
  14. GoogleTypeLocalizedText? editorialSummary,
  15. GoogleMapsPlacesV1EVChargeOptions? evChargeOptions,
  16. String? formattedAddress,
  17. GoogleMapsPlacesV1FuelOptions? fuelOptions,
  18. GoogleMapsPlacesV1PlaceGenerativeSummary? generativeSummary,
  19. bool? goodForChildren,
  20. bool? goodForGroups,
  21. bool? goodForWatchingSports,
  22. String? googleMapsUri,
  23. String? iconBackgroundColor,
  24. String? iconMaskBaseUri,
  25. String? id,
  26. String? internationalPhoneNumber,
  27. bool? liveMusic,
  28. GoogleTypeLatLng? location,
  29. bool? menuForChildren,
  30. String? name,
  31. String? nationalPhoneNumber,
  32. bool? outdoorSeating,
  33. GoogleMapsPlacesV1PlaceParkingOptions? parkingOptions,
  34. GoogleMapsPlacesV1PlacePaymentOptions? paymentOptions,
  35. List<GoogleMapsPlacesV1Photo>? photos,
  36. GoogleMapsPlacesV1PlacePlusCode? plusCode,
  37. String? priceLevel,
  38. String? primaryType,
  39. GoogleTypeLocalizedText? primaryTypeDisplayName,
  40. double? rating,
  41. GoogleMapsPlacesV1PlaceOpeningHours? regularOpeningHours,
  42. List<GoogleMapsPlacesV1PlaceOpeningHours>? regularSecondaryOpeningHours,
  43. bool? reservable,
  44. bool? restroom,
  45. List<GoogleMapsPlacesV1Review>? reviews,
  46. bool? servesBeer,
  47. bool? servesBreakfast,
  48. bool? servesBrunch,
  49. bool? servesCocktails,
  50. bool? servesCoffee,
  51. bool? servesDessert,
  52. bool? servesDinner,
  53. bool? servesLunch,
  54. bool? servesVegetarianFood,
  55. bool? servesWine,
  56. String? shortFormattedAddress,
  57. List<GoogleMapsPlacesV1PlaceSubDestination>? subDestinations,
  58. bool? takeout,
  59. List<String>? types,
  60. int? userRatingCount,
  61. int? utcOffsetMinutes,
  62. GoogleGeoTypeViewport? viewport,
  63. String? websiteUri,
})

Implementation

GoogleMapsPlacesV1Place({
  this.accessibilityOptions,
  this.addressComponents,
  this.adrFormatAddress,
  this.allowsDogs,
  this.areaSummary,
  this.attributions,
  this.businessStatus,
  this.curbsidePickup,
  this.currentOpeningHours,
  this.currentSecondaryOpeningHours,
  this.delivery,
  this.dineIn,
  this.displayName,
  this.editorialSummary,
  this.evChargeOptions,
  this.formattedAddress,
  this.fuelOptions,
  this.generativeSummary,
  this.goodForChildren,
  this.goodForGroups,
  this.goodForWatchingSports,
  this.googleMapsUri,
  this.iconBackgroundColor,
  this.iconMaskBaseUri,
  this.id,
  this.internationalPhoneNumber,
  this.liveMusic,
  this.location,
  this.menuForChildren,
  this.name,
  this.nationalPhoneNumber,
  this.outdoorSeating,
  this.parkingOptions,
  this.paymentOptions,
  this.photos,
  this.plusCode,
  this.priceLevel,
  this.primaryType,
  this.primaryTypeDisplayName,
  this.rating,
  this.regularOpeningHours,
  this.regularSecondaryOpeningHours,
  this.reservable,
  this.restroom,
  this.reviews,
  this.servesBeer,
  this.servesBreakfast,
  this.servesBrunch,
  this.servesCocktails,
  this.servesCoffee,
  this.servesDessert,
  this.servesDinner,
  this.servesLunch,
  this.servesVegetarianFood,
  this.servesWine,
  this.shortFormattedAddress,
  this.subDestinations,
  this.takeout,
  this.types,
  this.userRatingCount,
  this.utcOffsetMinutes,
  this.viewport,
  this.websiteUri,
});