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.

  )

Unique identifier of the level

@property (nonatomic, strong) NSNumber *DEPRECATED_MSG_ATTRIBUTE ( "Use identifier value of a SITFloor object instead." )

Declared In

SITIndoorLevel.h

– shortName

Convinient method to create a string with the numeric information of the level property

- (NSString *)shortName

Return Value

String with the numeric information of the level property

Declared In

SITIndoorLevel.h