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
69@end