BMFPoiInfo constructor
- {String name,
- BMFCoordinate pt,
- String address,
- String phone,
- String uid,
- String province,
- String city,
- String area,
- String streetID,
- String tag,
- bool hasDetailInfo,
- BMFPOIDetailInfo detailInfo,
- String direction,
- int distance,
- String zipCode,
- BMFPoiInfo parentPOI}
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});