SITIndoorLevel Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITIndoorLevel.h |
Overview
This class describes the properties from a level of a building.
You should not create objects of this class. Instead you should retrieve them using the appropiate method of the SITCommunicationManager class.
identifier
Unique identifier of the level
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use identifier value of a SITFloor object instead." ) NSNumber *identifier
Declared In
SITIndoorLevel.h
project_identifier
Identifier of the Building this level belongs to
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use buildingIdentifier value of a SITFloor object instead." ) NSNumber *project_identifier
Declared In
SITIndoorLevel.h
level
Number
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use level value of a SITFloor object instead." ) NSNumber *level
Declared In
SITIndoorLevel.h
name
Name
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Information not publicly available. Use level property of a SITFloor object." ) NSString *name
Declared In
SITIndoorLevel.h
detail
Details
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Information not publicly available. The SDK will handle this information internally for you." ) NSString *detail
Declared In
SITIndoorLevel.h
scale
Scale of the map image (px/meter)
@property (nonatomic, strong) DEPRECATED_MSG_ATTRIBUTE ( "Use scale value of a SITFloor object instead." ) NSNumber *scale
Declared In
SITIndoorLevel.h