Loading...
Searching...
No Matches
NCCircleMapObject.h
Go to the documentation of this file.
1#import "NCAnimationType.h"
2#import "NCExport.h"
3#import "NCLocationPoint.h"
4#import "NCMapObject.h"
5#import <Foundation/Foundation.h>
6
7
21DEFAULT_EXPORT_ATTRIBUTE
23
39- (BOOL)setPosition:(nonnull NCLocationPoint *)point;
40
58- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point
59 duration:(float)duration
60 type:(NCAnimationType)type;
61
80- (BOOL)setColor:(float)red
81 green:(float)green
82 blue:(float)blue
83 alpha:(float)alpha;
84
100- (BOOL)setRadius:(float)radius;
101
117- (BOOL)setCollisionEnabled:(BOOL)enabled;
118
135- (BOOL)setBuffer:(float)width
136 height:(float)height;
137
154- (BOOL)setOffset:(float)width
155 height:(float)height;
156
172- (BOOL)setPriority:(float)priority;
173
192- (BOOL)setOutlineColor:(float)red
193 green:(float)green
194 blue:(float)blue
195 alpha:(float)alpha;
196
212- (BOOL)setOutlineRadius:(float)radius;
213
229- (BOOL)setOutlineAlpha:(float)alpha;
230
231@end