LocationPoi constructor

LocationPoi(
  1. String adcode,
  2. String address,
  3. String businessArea,
  4. String city,
  5. String citycode,
  6. String province,
  7. String direction,
  8. double distance,
  9. String district,
  10. String email,
  11. String gridcode,
  12. bool hasIndoorMap,
  13. String name,
  14. String parkingType,
  15. String pcode,
  16. String postcode,
  17. String shopID,
  18. String tel,
  19. String type,
  20. String typecode,
  21. String uid,
  22. String website,
  23. double latitude,
  24. double longitude,
)

Implementation

LocationPoi(
  this.adcode,
  this.address,
  this.businessArea,
  this.city,
  this.citycode,
  this.province,
  this.direction,
  this.distance,
  this.district,
  this.email,
  this.gridcode,
  this.hasIndoorMap,
  this.name,
  this.parkingType,
  this.pcode,
  this.postcode,
  this.shopID,
  this.tel,
  this.type,
  this.typecode,
  this.uid,
  this.website,
  this.latitude,
  this.longitude,
);