Loading...
Searching...
No Matches
NCMapObjectPickResult.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import <Foundation/Foundation.h>
4@class NCMapObject;
5
6
20DEFAULT_EXPORT_ATTRIBUTE
21@interface NCMapObjectPickResult : NSObject
22
28@property (nonatomic, nonnull, readonly) NCLocationPoint * point;
29
35@property (nonatomic, nullable, readonly) NCMapObject * mapObject;
36
37@end