GoogleMapsPlacesV1PlaceAddressComponent constructor

GoogleMapsPlacesV1PlaceAddressComponent({
  1. String? languageCode,
  2. String? longText,
  3. String? shortText,
  4. List<String>? types,
})

Implementation

GoogleMapsPlacesV1PlaceAddressComponent({
  this.languageCode,
  this.longText,
  this.shortText,
  this.types,
});