GoogleMapsPlacesV1Place constructor
GoogleMapsPlacesV1Place({
- GoogleMapsPlacesV1PlaceAccessibilityOptions? accessibilityOptions,
- List<
GoogleMapsPlacesV1PlaceAddressComponent> ? addressComponents, - String? adrFormatAddress,
- bool? allowsDogs,
- GoogleMapsPlacesV1PlaceAreaSummary? areaSummary,
- List<
GoogleMapsPlacesV1PlaceAttribution> ? attributions, - String? businessStatus,
- bool? curbsidePickup,
- GoogleMapsPlacesV1PlaceOpeningHours? currentOpeningHours,
- List<
GoogleMapsPlacesV1PlaceOpeningHours> ? currentSecondaryOpeningHours, - bool? delivery,
- bool? dineIn,
- GoogleTypeLocalizedText? displayName,
- GoogleTypeLocalizedText? editorialSummary,
- GoogleMapsPlacesV1EVChargeOptions? evChargeOptions,
- String? formattedAddress,
- GoogleMapsPlacesV1FuelOptions? fuelOptions,
- GoogleMapsPlacesV1PlaceGenerativeSummary? generativeSummary,
- bool? goodForChildren,
- bool? goodForGroups,
- bool? goodForWatchingSports,
- String? googleMapsUri,
- String? iconBackgroundColor,
- String? iconMaskBaseUri,
- String? id,
- String? internationalPhoneNumber,
- bool? liveMusic,
- GoogleTypeLatLng? location,
- String? name,
- String? nationalPhoneNumber,
- bool? outdoorSeating,
- GoogleMapsPlacesV1PlaceParkingOptions? parkingOptions,
- GoogleMapsPlacesV1PlacePaymentOptions? paymentOptions,
- List<
GoogleMapsPlacesV1Photo> ? photos, - GoogleMapsPlacesV1PlacePlusCode? plusCode,
- String? priceLevel,
- String? primaryType,
- GoogleTypeLocalizedText? primaryTypeDisplayName,
- double? rating,
- GoogleMapsPlacesV1PlaceOpeningHours? regularOpeningHours,
- List<
GoogleMapsPlacesV1PlaceOpeningHours> ? regularSecondaryOpeningHours, - bool? reservable,
- bool? restroom,
- List<
GoogleMapsPlacesV1Review> ? reviews, - bool? servesBeer,
- bool? servesBreakfast,
- bool? servesBrunch,
- bool? servesCocktails,
- bool? servesCoffee,
- bool? servesDessert,
- bool? servesDinner,
- bool? servesLunch,
- bool? servesVegetarianFood,
- bool? servesWine,
- String? shortFormattedAddress,
- List<
GoogleMapsPlacesV1PlaceSubDestination> ? subDestinations, - bool? takeout,
- List<
String> ? types, - int? userRatingCount,
- int? utcOffsetMinutes,
- GoogleGeoTypeViewport? viewport,
- 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,
});