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: |
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: