BMFIndoorPlanNode constructor
BMFIndoorPlanNode({
- String? floor,
- BMFCoordinate? pt,
有参构造
Implementation
BMFIndoorPlanNode({this.floor, this.pt});
有参构造
BMFIndoorPlanNode({this.floor, this.pt});