MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
<MPFloorSelectorProtocol> Protocol Reference

#include <MPFloorSelectorProtocol.h>

Inheritance diagram for <MPFloorSelectorProtocol>:
MPFloorSelectorControl

Instance Methods

(void) - setFloor:
 
(void) - updateFloors:
 
(void) - deactivate
 

Properties

id< MPFloorSelectorDelegatedelegate
 

Method Documentation

◆ deactivate

- (void) deactivate
required

◆ setFloor:

- (void) setFloor: (nullable NSNumber *) floor
required

Set floor level.

Parameters
floorThe floor to switch to.

◆ updateFloors:

- (void) updateFloors: (nullable MPBuilding *) building
required

Update the floor selector based on a building.

Parameters
buildingThe building that the floor selector should reflect.

Property Documentation

◆ delegate

- (id<MPFloorSelectorDelegate>) delegate
readwriterequirednonatomicweak

Delegate object to hold the floor change event method.