Loading...
Searching...
No Matches
NCIconMapObject.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#import <UIKit/UIKit.h>
7
8
24DEFAULT_EXPORT_ATTRIBUTE
26
42- (BOOL)setPosition:(nonnull NCLocationPoint *)point;
43
61- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point
62 duration:(float)duration
63 type:(NCAnimationType)type;
64
80- (BOOL)setBitmap:(nullable UIImage *)bitmap;
81
98- (BOOL)setSize:(float)width
99 height:(float)height;
100
116- (BOOL)setCollisionEnabled:(BOOL)enabled;
117
133- (BOOL)setAngle:(float)angle;
134
152- (BOOL)setAngleAnimated:(float)angle
153 duration:(float)duration
154 type:(NCAnimationType)type;
155
172- (BOOL)setBuffer:(float)width
173 height:(float)height;
174
191- (BOOL)setOffset:(float)width
192 height:(float)height;
193
209- (BOOL)setPriority:(float)priority;
210
226- (BOOL)setFlat:(BOOL)flat;
227
228@end