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

#include <MPBuilding.h>

Inheritance diagram for <MPBuildingDelegate>:
MPMapControl

Instance Methods

(void) - onBuildingReady:
 

Detailed Description

Delegate protocol that holds the building ready event method. Relevant when using offline mode, as it will take a while to load the database upon first app start.

Method Documentation

◆ onBuildingReady:

- (void) onBuildingReady: (nonnull NSString *) buildingId
required

Building ready event method. Relevant when using offline mode, as it will take a while to load the database upon first app start. The delegate class must implement onBuildingReady:

Parameters
buildingIdThe buildings unique id.