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