GoogleMapsPlacesV1Place constructor

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

Implementation

GoogleMapsPlacesV1Place({
  this.accessibilityOptions,
  this.addressComponents,
  this.adrFormatAddress,
  this.allowsDogs,
  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.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,
});