MapBuild

constructor(id: Int = 0, name: String = "", floors: List<Floor> = emptyList())

Parameters

id

the id of the map

name

the name of the map

floors

the list of floors in the map