RoomID

public struct RoomID

Room Identifier, e.g. 351601.0420

  • Identifier of the building structure this room is located in. Use BuildingComplex.contains(roomWithID:) instead of manual lookup.

    Declaration

    Swift

    public let buildingStructure: String
  • Floor level string value, e.g. -1, 00, etc. Use .level instead for a more sensible representation.

    Declaration

    Swift

    public let rawLevel: String
  • A room’s actual identifier, not actually used anywhere, see .fullID instead.

    Declaration

    Swift

    public let roomID: String
  • Floor level

    Declaration

    Swift

    public var level: Int?
  • The room’s identifer, used by other endpoints and as a general identifier.

    Declaration

    Swift

    public let fullID: String
  • Undocumented

    Declaration

    Swift

    public struct RoomID
  • Declaration

    Swift

    public init(stringLiteral value: RoomID.StringLiteralType)

    Parameters

    value