GoogleMapsPlacesV1AddressDescriptor constructor

GoogleMapsPlacesV1AddressDescriptor({
  1. List<GoogleMapsPlacesV1AddressDescriptorArea>? areas,
  2. List<GoogleMapsPlacesV1AddressDescriptorLandmark>? landmarks,
})

Implementation

GoogleMapsPlacesV1AddressDescriptor({
  this.areas,
  this.landmarks,
});