IAFloor Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCoding | 
| Declared in | IAFloor.h | 
Overview
IAFloor specifies the floor of the building on which the user is located. It is a replacement for CoreLocation’s CLFloor as the interface for that is not open.
+ floorWithLevel:
	Initializes and returns a floor object with the specified level information.
+ (nonnull IAFloor *)floorWithLevel:(NSInteger)levelParameters
level | 
						initializes level value  | 
					
|---|
Declared In
IAFloor.h
  level
	Floor level values correspond to the floor numbers assigned by the user in the mapping phase.
@property (nonatomic, readonly) NSInteger levelDiscussion
It is erroneous to use the user’s level in a building as an estimate of altitude.
Declared In
IAFloor.h
  certainty
	Certainty that IALocation floor has the correct value.
@property (nonatomic, readonly) IACertainty certaintyDeclared In
IAFloor.h