SITBuildingInfo
Objective-C
@interface SITBuildingInfo : NSObject <SITMapperProtocol>
Swift
class SITBuildingInfo : NSObject, SITMapperProtocol
A building and its dependencies: floors, POIs and events
-
Building, without its dependencies
Declaration
Objective-C
@property (nonatomic, strong) SITBuilding *_Nonnull building;
Swift
var building: SITBuilding { get set }
-
Array containing the geofences of the building. See
SITGeofence
for more infoDeclaration
Objective-C
@property (nonatomic, strong) NSArray<SITGeofence *> *_Nonnull geofences;
Swift
var geofences: [SITGeofence] { get set }