GeocodeAddressList constructor

GeocodeAddressList({
  1. String? adcode,
  2. String? building,
  3. String? city,
  4. String? district,
  5. String? formatAddress,
  6. LatLng? latLng,
  7. String? level,
  8. String? neighborhood,
  9. String? province,
  10. String? township,
})

Implementation

GeocodeAddressList({
  this.adcode,
  this.building,
  this.city,
  this.district,
  this.formatAddress,
  this.latLng,
  this.level,
  this.neighborhood,
  this.province,
  this.township,
});