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
21DEFAULT_EXPORT_ATTRIBUTE
23
39- (BOOL)setPolyLine:(nonnull NCLocationPolyline *)polyline;
40
59- (BOOL)setColor:(float)red
60 green:(float)green
61 blue:(float)blue
62 alpha:(float)alpha;
63
80- (BOOL)setSize:(float)width
81 height:(float)height;
82
98- (BOOL)setCollisionEnabled:(BOOL)enabled;
99
115- (BOOL)setPlacement:(NCPlacement)placement;
116
132- (BOOL)setPlacementMinRatio:(float)ratio;
133
149- (BOOL)setPlacementSpacing:(float)spacing;
150
166- (BOOL)setRepeatDistance:(float)distance;
167
183- (BOOL)setRepeatGroup:(int32_t)group;
184
200- (BOOL)setPriority:(float)priority;
201
202@end