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
20DEFAULT_EXPORT_ATTRIBUTE
21@interface NCMapObject : NSObject
22
29- (int32_t)getId;
30
38
45- (nonnull NSData *)getData;
46
54- (BOOL)setVisible:(BOOL)visible;
55
63- (BOOL)setInteractive:(BOOL)interactive;
64
72- (void)setData:(nonnull NSData *)data;
73
81- (BOOL)setTitle:(nonnull NSString *)title;
82
90- (BOOL)setAlpha:(float)alpha;
91
92@end