MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPLiveDataInfo.h
Go to the documentation of this file.
1//
2// MPLiveDataInfo.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 14/12/2020.
6// Copyright © 2020 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
14@interface MPLiveDataInfo : NSObject
15
17@property (nonatomic, strong, readonly) NSArray<NSString*>* activeDomainTypes;
18
19@end
20
21NS_ASSUME_NONNULL_END
Live Data information model. Holds the currently active domain types for a dataset.
Definition MPLiveDataInfo.h:15
NSArray< NSString * > * activeDomainTypes
Get the currently active domain types for a dataset.
Definition MPLiveDataInfo.h:17