RegeocodeAddress constructor
RegeocodeAddress({
- String? adCode,
- List<
Aoi> ? aois, - String? building,
- List<
BusinessAreas> ? businessAreas, - String? city,
- String? cityCode,
- String? country,
- List<
Crossroad> ? crossroads, - String? district,
- String? formatAddress,
- String? neighborhood,
- List<
PoiItem> ? pois, - String? province,
- List<
Road> ? roads, - StreetNumber? streetNumber,
- String? towncode,
- 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,
});