GoogleMapsPlacesV1Place constructor

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

Implementation

GoogleMapsPlacesV1Place({
  this.accessibilityOptions,
  this.addressComponents,
  this.addressDescriptor,
  this.adrFormatAddress,
  this.allowsDogs,
  this.attributions,
  this.businessStatus,
  this.consumerAlert,
  this.containingPlaces,
  this.curbsidePickup,
  this.currentOpeningHours,
  this.currentSecondaryOpeningHours,
  this.delivery,
  this.dineIn,
  this.displayName,
  this.editorialSummary,
  this.evChargeAmenitySummary,
  this.evChargeOptions,
  this.formattedAddress,
  this.fuelOptions,
  this.generativeSummary,
  this.goodForChildren,
  this.goodForGroups,
  this.goodForWatchingSports,
  this.googleMapsLinks,
  this.googleMapsUri,
  this.iconBackgroundColor,
  this.iconMaskBaseUri,
  this.id,
  this.internationalPhoneNumber,
  this.liveMusic,
  this.location,
  this.menuForChildren,
  this.movedPlace,
  this.movedPlaceId,
  this.name,
  this.nationalPhoneNumber,
  this.neighborhoodSummary,
  this.outdoorSeating,
  this.parkingOptions,
  this.paymentOptions,
  this.photos,
  this.plusCode,
  this.postalAddress,
  this.priceLevel,
  this.priceRange,
  this.primaryType,
  this.primaryTypeDisplayName,
  this.pureServiceAreaBusiness,
  this.rating,
  this.regularOpeningHours,
  this.regularSecondaryOpeningHours,
  this.reservable,
  this.restroom,
  this.reviewSummary,
  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.timeZone,
  this.types,
  this.userRatingCount,
  this.utcOffsetMinutes,
  this.viewport,
  this.websiteUri,
});