BMFAddressComponent constructor
- {String country,
- String province,
- String city,
- String district,
- String town,
- String streetName,
- String streetNumber,
- String adCode,
- String countryCode,
- String direction,
- String distance}
有参构造
Implementation
BMFAddressComponent(
{this.country,
this.province,
this.city,
this.district,
this.town,
this.streetName,
this.streetNumber,
this.adCode,
this.countryCode,
this.direction,
this.distance});