MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPMapControl+LiveData.h
Go to the documentation of this file.
1//
2// MPMapControl+LiveData.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 17/11/2020.
6// Copyright © 2020 MapsPeople A/S. All rights reserved.
7//
8
9#import "MPMapControl.h"
11
12NS_ASSUME_NONNULL_BEGIN
13
17@interface MPMapControl (LiveData)
18
23- (void) enableLiveData:(nonnull NSString*)domainType;
24
28- (void) enableLiveData:(nonnull NSString*)domainType handler:(nonnull id<MPMappedLocationUpdateHandler>)handler;
29
33- (void) disableLiveData:(nonnull NSString*)domainType;
34
35@end
36
37NS_ASSUME_NONNULL_END