Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId. More...
#include <com/navigine/idl/objc/NCBuilding.h>
Inherits NSObject.
Instance Methods | |
| (nonnull NSArray< NCSublocation * > *) | - getSublocations |
| (int32_t) | - getActiveSublocationId |
| (void) | - setActiveSublocationId: |
Properties | |
| BOOL | valid |
Interface for a building with multiple floors (Sublocations). Allows selecting the active floor directly via setActiveSublocationId.
Definition at line 19 of file NCBuilding.h.
| - (int32_t) getActiveSublocationId |
Swift code snippet:
Objective C code snippet:
| - (nonnull NSArray< NCSublocation * > *) getSublocations |
Swift code snippet:
Objective C code snippet:
| - (void) setActiveSublocationId: | (int32_t) | activeSublocationId |
Swift code snippet:
Objective C code snippet:
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 66 of file NCBuilding.h.