BMFPoiInfo constructor

BMFPoiInfo(
  1. {String? name,
  2. BMFCoordinate? pt,
  3. String? address,
  4. String? phone,
  5. String? uid,
  6. String? province,
  7. String? city,
  8. String? area,
  9. String? streetID,
  10. String? tag,
  11. bool? hasDetailInfo,
  12. BMFPOIDetailInfo? detailInfo,
  13. String? direction,
  14. int? distance,
  15. String? zipCode,
  16. BMFPoiInfo? parentPOI,
  17. String? adcode}
)

BMFPoiInfo构造方法

Implementation

BMFPoiInfo({
  this.name,
  this.pt,
  this.address,
  this.phone,
  this.uid,
  this.province,
  this.city,
  this.area,
  this.streetID,
  this.tag,
  this.hasDetailInfo,
  this.detailInfo,
  this.direction,
  this.distance,
  this.zipCode,
  this.parentPOI,
  this.adcode,
});