Loading...
Searching...
No Matches
NCMapObject.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCMapObjectType.h"
3#import <Foundation/Foundation.h>
4
5
22DEFAULT_EXPORT_ATTRIBUTE
23@interface NCMapObject : NSObject
24
39- (int32_t)getId;
40
56
71- (nonnull NSData *)getData;
72
88- (BOOL)setVisible:(BOOL)visible;
89
105- (BOOL)setInteractive:(BOOL)interactive;
106
121- (void)setData:(nonnull NSData *)data;
122
138- (BOOL)setTitle:(nonnull NSString *)title;
139
155- (BOOL)setAlpha:(float)alpha;
156
157@end