WRLDIndoorMapFloor Class Reference

An object containing information about a floor of an indoor map.

@property floorId

@property (readonly) NSString *floorId

A short string identifier for a floor, unique within its indoor map. For example, “G”.

@property name

@property (readonly) NSString *name

The human-readable name of the floor. For example, “Ground Floor”.

@property floorIndex

@property (readonly) NSInteger floorIndex

The index of this floor relative to the bottom floor of its indoor map.

@property floorNumber

@property (readonly) NSInteger floorNumber

The floor number of this floor. For example, 1.

v0.0.1600