SITFloorResource
@interface SITFloorResource : SITBuildingResource
A floor resource with building identifier and floor identifier
-
Unique identifier of the floor related with this resource
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSString *_Nonnull floorIdentifier;
Swift
var floorIdentifier: String { get set }