Loading...
Searching...
No Matches
NCPickListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3#import <UIKit/UIKit.h>
5
6
20DEFAULT_EXPORT_ATTRIBUTE
21@protocol NCPickListener <NSObject>
22
38- (void)onMapObjectPickComplete:(nullable NCMapObjectPickResult *)mapObjectPickResult
39 screenPosition:(CGPoint)screenPosition;
40
56- (void)onMapFeaturePickComplete:(nonnull NSDictionary<NSString *, NSString *> *)mapFeaturePickResult
57 screenPosition:(CGPoint)screenPosition;
58
59@end