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
34- (BOOL)setPosition:(nonnull NCLocationPoint *)point;
35
45- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point
46 duration:(float)duration
47 type:(NCAnimationType)type;
48
56- (BOOL)setBitmap:(nullable UIImage *)bitmap;
57
66- (BOOL)setSize:(float)width
67 height:(float)height;
68
76- (BOOL)setCollisionEnabled:(BOOL)enabled;
77
85- (BOOL)setAngle:(float)angle;
86
96- (BOOL)setAngleAnimated:(double)angle
97 duration:(float)duration
98 type:(NCAnimationType)type;
99
108- (BOOL)setBuffer:(float)width
109 height:(float)height;
110
119- (BOOL)setOffset:(float)width
120 height:(float)height;
121
129- (BOOL)setPriority:(float)priority;
130
138- (BOOL)setFlat:(BOOL)flat;
139
140@end