AMapGeocode constructor

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

Implementation

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