ReGeocode constructor

const ReGeocode({
  1. String? formattedAddress,
  2. AddressComponent? addressComponent,
  3. List<ReGeocodePoi>? pois,
  4. List<Road>? roads,
  5. List<RoadInter>? roadInters,
  6. List<Aoi>? aois,
})

Implementation

const ReGeocode({
  this.formattedAddress,
  this.addressComponent,
  this.pois,
  this.roads,
  this.roadInters,
  this.aois,
});