Enums
The following enums are available globally.
- 
                  
                  
A specific Campus Navigator resource, e.g. a room, a building’s lecture halls, etc. This primarily maps to anything the webapp can display in a specific view.
See moreDeclaration
Swift
public enum Resource: Decodable 
- 
                  
                  
Either
See moretrue,falseornodata. Got a better name for this? Please refactor :)Declaration
Swift
public enum Trillian: Decodable 
- 
                  
                  
Any possible error occurring during the execution of CNKit.
See moreDeclaration
Swift
public enum Error: Swift.Error 
- 
                  
                  
Helper type for accessing a list of all building complexes.
See moreDeclaration
Swift
public enum Campus 
- 
                  
                  
Generate valid URLs for both supported tileservers.
See moreDeclaration
Swift
public enum Tiles 
      Enums  Reference