CombainFloorMap constructor
CombainFloorMap({})
Implementation
CombainFloorMap({
required this.imageURL,
required this.latSW,
required this.lonSW,
required this.latNE,
required this.lonNE,
required this.latTopLeft,
required this.lonTopLeft,
});