MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | List of all members
MPMapControl(LiveData) Category Reference

#include <MPMapControl+LiveData.h>

Instance Methods

(void) - enableLiveData:
 
(void) - enableLiveData:handler:
 
(void) - disableLiveData:
 

Detailed Description

Subscribing for and showing Live Data for locations in the visible map region.

Method Documentation

◆ disableLiveData:

- (void) disableLiveData: (nonnull NSString *) domainType

End subscribing for and showing Live Data for locations in the visible map region for given MPLiveDomainType.

◆ enableLiveData:

- (void) enableLiveData: (nonnull NSString *) domainType

Start subscribing for and showing Live Data for locations in the visible map region with given MPLiveDomainType. The SDK will handle rendering of the Live Data updates. Note that the SDK will set custom display rules for this rendering. Adding your own or resetting display rules while Live Data is enabled with default rendering may break the rendering for the current MPMapControl instance.

◆ enableLiveData:handler:

- (void) enableLiveData: (nonnull NSString *) domainType
handler: (nonnull id< MPMappedLocationUpdateHandler >) handler 

Start subscribing for Live Data for locations in the visible map region with given MPLiveDomainType. Delegate will be called to handle display updates.