PlacesSearchResult constructor
PlacesSearchResult({
- String? id,
- String? reference,
- String? name,
- String? placeId,
- String? formattedAddress,
- List<
Photo> ? photos, - List<
AlternativeId> ? altIds, - List<
String> ? types, - bool? permanentlyClosed,
- String? icon,
- Geometry? geometry,
- PlaceOpeningHours? openingHours,
- String? scope,
- PriceLevel? priceLevel,
- num? rating,
- 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,
});