SITFloor Class Reference

Inherits from SITBuildingResource : SITResource : NSObject
Declared in SITFloor.h

  level

Numeric value representing the ground level. This value can be negative to designate floors below the ground floor

@property (nonatomic) NSInteger level

Declared In

SITFloor.h

  scale

Scale of the floor image in px/meters

@property (nonatomic) double scale

Declared In

SITFloor.h

  altitude

Vertical altitude of the floor inside the building (in meters)

@property (nonatomic) double altitude

Declared In

SITFloor.h

  mapURL

URL where the floorplan can be downloaded

@property (nonatomic) SITURL *mapURL

See Also

  • Use -fetchMapFromFloor:withCompletion: instead of retrieving the image directly, as this will store the image on cache, so it’s available to you later on.

Declared In

SITFloor.h