Loading...
Searching...
No Matches
LocationListManagerExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
3@class NCNavigineSdk;
4@class NCLocationListManager;
5@protocol NCLocationListListener;
6
11@interface LocationListManagerExample : NSObject
12
13@property (nonatomic, strong) NCNavigineSdk *sdk;
14@property (nonatomic, strong) NCLocationListManager *locationListManager;
15@property (nonatomic, strong) id<NCLocationListListener> locationListListener;
16
17- (instancetype)init;
18- (void)runExample;
19- (void)demonstrateLocationListManagerMethods;
20- (void)demonstrateLocationList:(NSDictionary<NSNumber *, NCLocationInfo *> *)locationInfos;
21
22@end