AMapPoi constructor

AMapPoi({
  1. String? id,
  2. String? typeDes,
  3. String? typeCode,
  4. String? address,
  5. String? tel,
  6. int? distance,
  7. String? parkingType,
  8. String? shopID,
  9. String? postCode,
  10. String? website,
  11. String? email,
  12. String? province,
  13. String? provinceCode,
  14. String? city,
  15. String? cityCode,
  16. String? adCode,
  17. String? direction,
  18. IndoorData? indoorData,
  19. String? businessArea,
  20. LatLng? latLng,
  21. String? name,
  22. String? district,
})

Implementation

AMapPoi({
  this.id,
  this.typeDes,
  this.typeCode,
  this.address,
  this.tel,
  this.distance,
  this.parkingType,
  this.shopID,
  this.postCode,
  this.website,
  this.email,
  this.province,
  this.provinceCode,
  this.city,
  this.cityCode,
  this.adCode,
  this.direction,
  this.indoorData,
  this.businessArea,
  this.latLng,
  this.name,
  this.district,
});