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
27- (int32_t)getId;
28
35
40- (nonnull NSData *)getData;
41
47- (BOOL)setVisible:(BOOL)visible;
48
55- (BOOL)setInteractive:(BOOL)interactive;
56
62- (BOOL)setStyle:(nonnull NSString *)style;
63
68- (void)setData:(nonnull NSData *)data;
69
76- (BOOL)setTitle:(nonnull NSString *)title;
77
78@end