BMFPOIDetailChildrenInfo constructor

BMFPOIDetailChildrenInfo(
  1. {String uid,
  2. String name,
  3. String showName,
  4. String tag,
  5. BMFCoordinate pt,
  6. String address}
)

BMFPOIDetailChildrenInfo构造方法

Implementation

BMFPOIDetailChildrenInfo({
  this.uid,
  this.name,
  this.showName,
  this.tag,
  this.pt,
  this.address,
});