SITFloorResource

Objective-C

@interface SITFloorResource : SITBuildingResource

Swift

class SITFloorResource : SITBuildingResource

A floor resource with building identifier and floor identifier

Properties

  • Unique identifier of the floor related with this resource

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull floorIdentifier;

    Swift

    var floorIdentifier: String { get set }