MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPFloor Class Reference

#include <MPFloor.h>

Inheritance diagram for MPFloor:

Properties

NSString * floorId
 Floor id.
 
GMSTileLayer< Optional > * tileLayer
 
NSString< Optional > * style
 
NSNumber< Optional > * zIndex
 Floor index.
 
NSString< Optional > * buildingId
 
NSArray< NSArray * > * bounds
 Floor bounds.
 
NSString * name
 Floor name.
 
NSArray< NSString * >< Optional > * aliases
 Floor aliases.
 

Detailed Description

Floor data model. Holds the floor geometry, display name, z-index and id of the building it belongs to.

Property Documentation

◆ aliases

- (NSArray<NSString *><Optional> *) aliases
readwritenonatomicstrong

Floor aliases.

◆ bounds

- (NSArray<NSArray*>*) bounds
readwritenonatomicstrong

Floor bounds.

◆ buildingId

- (NSString<Optional>*) buildingId
readwritenonatomicstrong

◆ floorId

- (NSString*) floorId
readnonatomicstrong

Floor id.

◆ name

- (NSString*) name
readwritenonatomicstrong

Floor name.

◆ style

- (NSString<Optional>*) style
readwritenonatomicstrong

Floor layer style, if any.

◆ tileLayer

- (GMSTileLayer<Optional>*) tileLayer
readwritenonatomicstrong

◆ zIndex

- (NSNumber<Optional>*) zIndex
readwritenonatomicstrong

Floor index.