Loading...
Searching...
No Matches
NCDottedPolylineMapObject.h
Go to the documentation of this file.
1#import "NCExport.h"
3#import "NCMapObject.h"
4#import "NCPlacement.h"
5#import <Foundation/Foundation.h>
6
7
19DEFAULT_EXPORT_ATTRIBUTE
21
29- (BOOL)setPolyLine:(nonnull NCLocationPolyline *)polyline;
30
41- (BOOL)setColor:(float)red
42 green:(float)green
43 blue:(float)blue
44 alpha:(float)alpha;
45
54- (BOOL)setSize:(float)width
55 height:(float)height;
56
64- (BOOL)setCollisionEnabled:(BOOL)enabled;
65
73- (BOOL)setPlacement:(NCPlacement)placement;
74
82- (BOOL)setPlacementMinRatio:(float)ratio;
83
91- (BOOL)setPlacementSpacing:(float)spacing;
92
100- (BOOL)setRepeatDistance:(float)distance;
101
109- (BOOL)setRepeatGroup:(int32_t)group;
110
118- (BOOL)setPriority:(float)priority;
119
120@end