Room
public struct Room: DecodableA single room.
- 
                  
                  Identifier DeclarationSwift public let identifier: RoomID
- 
                  
                  Name DeclarationSwift public let name: String?
- 
                  
                  Preferred location for rendering the name. DeclarationSwift public let nameLocation: (Double, Double)?
- 
                  
                  Points outlining the room. DeclarationSwift public let points: [(Double, Double)]
- 
                  
                  Is this room a lecture hall? DeclarationSwift public let isLectureHall: Bool
- 
                  
                  Type of the room DeclarationSwift public var type: RoomType
- 
                  
                  Raw color value. DeclarationSwift public var rawColor: Int
- 
                  
                  DeclarationSwift public init(from decoder: Decoder) throwsParametersdecoder
- 
                  
                  The color this room should be displayed as. DeclarationSwift public struct Room: Decodable
- 
                  
                  The color this room should be displayed as. DeclarationSwift public var color: NSColor?
- 
                  
                  Undocumented DeclarationSwift public struct Room: Decodable
 Room Struct Reference
      Room Struct Reference