Loading...
Searching...
No Matches
NCPolylineMapObject.h
Go to the documentation of this file.
1#import "NCExport.h"
3#import "NCMapObject.h"
4#import <Foundation/Foundation.h>
5
6
20DEFAULT_EXPORT_ATTRIBUTE
22
30- (BOOL)setPolyLine:(nonnull NCLocationPolyline *)polyline;
31
39- (BOOL)setWidth:(float)width;
40
51- (BOOL)setColor:(float)red
52 green:(float)green
53 blue:(float)blue
54 alpha:(float)alpha;
55
56@end