Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
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
snippets
LocationListManager
objc
LocationListManagerExample.h
Generated on Mon Dec 8 2025 13:17:53 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2