BMFPoiIndoorInfo constructor
BMFPoiIndoorInfo(- {String name,
- String uid,
- String indoorID,
- String floor,
- String address,
- String city,
- String phone,
- BMFCoordinate pt,
- String tag,
- double price,
- int starLevel,
- bool grouponFlag,
- bool takeoutFlag,
- bool waitedFlag,
- int grouponNum,
- int discount}
)
Implementation
BMFPoiIndoorInfo(
{this.name,
this.uid,
this.indoorID,
this.floor,
this.address,
this.city,
this.phone,
this.pt,
this.tag,
this.price,
this.starLevel,
this.grouponFlag,
this.takeoutFlag,
this.waitedFlag,
this.grouponNum,
this.discount});