AmapGeocodeModel constructor

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

Implementation

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