GeocodeAddressList constructor

GeocodeAddressList({
  1. String? neighborhood,
  2. String? postcode,
  3. String? building,
  4. String? province,
  5. String? level,
  6. String? formattedAddress,
  7. SearchLocation? location,
  8. String? city,
  9. String? citycode,
  10. String? district,
  11. String? adcode,
  12. String? township,
  13. String? country,
})

Implementation

GeocodeAddressList(
    {this.neighborhood,
    this.postcode,
    this.building,
    this.province,
    this.level,
    this.formattedAddress,
    this.location,
    this.city,
    this.citycode,
    this.district,
    this.adcode,
    this.township,
    this.country});