AMapPoi constructor

AMapPoi({
  1. String? adcode,
  2. String? address,
  3. String? businessArea,
  4. String? city,
  5. String? citycode,
  6. String? direction,
  7. int? distance,
  8. String? district,
  9. String? email,
  10. String? gridcode,
  11. bool? hasIndoorMap,
  12. Location? location,
  13. String? name,
  14. String? parkingType,
  15. String? pcode,
})

Implementation

AMapPoi(
    {this.adcode,
    this.address,
    this.businessArea,
    this.city,
    this.citycode,
    this.direction,
    this.distance,
    this.district,
    this.email,
    this.gridcode,
    this.hasIndoorMap,
    this.location,
    this.name,
    this.parkingType,
    this.pcode});