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