GoogleMapsPlacesV1PlaceNeighborhoodSummary constructor
GoogleMapsPlacesV1PlaceNeighborhoodSummary({
- GoogleMapsPlacesV1ContentBlock? description,
- GoogleTypeLocalizedText? disclosureText,
- String? flagContentUri,
- GoogleMapsPlacesV1ContentBlock? overview,
Implementation
GoogleMapsPlacesV1PlaceNeighborhoodSummary({
this.description,
this.disclosureText,
this.flagContentUri,
this.overview,
});