PoiItem constructor

PoiItem({
  1. String? adCode,
  2. String? adName,
  3. String? businessArea,
  4. String? cityCode,
  5. String? cityName,
  6. String? direction,
  7. int? distance,
  8. String? email,
  9. IndoorData? indoorData,
  10. bool? isIndoorMap,
  11. LatLng? latLonPoint,
  12. LatLng? enter,
  13. LatLng? exit,
  14. String? parkingType,
  15. List<Photo>? photos,
  16. PoiExtension? poiExtension,
  17. String? poiId,
  18. String? postcode,
  19. String? provinceCode,
  20. String? provinceName,
  21. String? shopID,
  22. String? snippet,
  23. List<SubPoiItem>? subPois,
  24. String? tel,
  25. String? title,
  26. String? typeCode,
  27. String? typeDes,
  28. String? website,
  29. String? gridCode,
})

Implementation

PoiItem({
  this.adCode,
  this.adName,
  this.businessArea,
  this.cityCode,
  this.cityName,
  this.direction,
  this.distance,
  this.email,
  this.indoorData,
  this.isIndoorMap,
  this.latLonPoint,
  this.enter,
  this.exit,
  this.parkingType,
  this.photos,
  this.poiExtension,
  this.poiId,
  this.postcode,
  this.provinceCode,
  this.provinceName,
  this.shopID,
  this.snippet,
  this.subPois,
  this.tel,
  this.title,
  this.typeCode,
  this.typeDes,
  this.website,
  this.gridCode,
});