GoogleMapsPlacesV1AddressDescriptorArea constructor
GoogleMapsPlacesV1AddressDescriptorArea({
- String? containment,
- GoogleTypeLocalizedText? displayName,
- String? name,
- String? placeId,
Implementation
GoogleMapsPlacesV1AddressDescriptorArea({
this.containment,
this.displayName,
this.name,
this.placeId,
});