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
36@property (nonatomic, nonnull, readonly) NCLocationPoint * point;
37
51@property (nonatomic, nullable, readonly) NCMapObject * mapObject;
52
53@end