ReGeocodePoi constructor

const ReGeocodePoi({
  1. String? id,
  2. String? name,
  3. String? type,
  4. String? tel,
  5. String? direction,
  6. String? distance,
  7. String? location,
  8. String? address,
  9. String? poiWeight,
  10. String? businessArea,
})

Implementation

const ReGeocodePoi({
  this.id,
  this.name,
  this.type,
  this.tel,
  this.direction,
  this.distance,
  this.location,
  this.address,
  this.poiWeight,
  this.businessArea,
});