Loading...
Searching...
No Matches
NCPolygonMapObject.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)setPolygon:(nonnull NCLocationPolygon *)polygon;
31
42- (BOOL)setColor:(float)red
43 green:(float)green
44 blue:(float)blue
45 alpha:(float)alpha;
46
47@end