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#import <UIKit/UIKit.h>
6
7
21DEFAULT_EXPORT_ATTRIBUTE
23
39- (BOOL)setPolygon:(nonnull NCLocationPolygon *)polygon;
40
56- (BOOL)setColor:(nonnull UIColor *)color;
57
73- (BOOL)setOrder:(int32_t)order;
74
90- (BOOL)setOutlineColor:(nonnull UIColor *)color;
91
107- (BOOL)setOutlineWidth:(float)width;
108
124- (BOOL)setOutlineAlpha:(float)alpha;
125
141- (BOOL)setOutlineOrder:(int32_t)order;
142
149@property (nonatomic, readonly, getter=isValid) BOOL valid;
150
151@end