RegeocodeAddress constructor

RegeocodeAddress({
  1. String? adCode,
  2. List<Aoi>? aois,
  3. String? building,
  4. List<BusinessAreas>? businessAreas,
  5. String? city,
  6. String? cityCode,
  7. String? country,
  8. List<Crossroad>? crossroads,
  9. String? district,
  10. String? formatAddress,
  11. String? neighborhood,
  12. List<PoiItem>? pois,
  13. String? province,
  14. List<Road>? roads,
  15. StreetNumber? streetNumber,
  16. String? towncode,
  17. String? township,
})

Implementation

RegeocodeAddress({
  this.adCode,
  this.aois,
  this.building,
  this.businessAreas,
  this.city,
  this.cityCode,
  this.country,
  this.crossroads,
  this.district,
  this.formatAddress,
  this.neighborhood,
  this.pois,
  this.province,
  this.roads,
  this.streetNumber,
  this.towncode,
  this.township,
});