Appearance
map.addRoomLabel(roomId, label)
Adds a string label to a room.
roomId
number
label
string
const roomId = 1029; const label = "pub"; map.addRoomLabel(roomId, label);