Loading...
Searching...
No Matches
NCZone.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPolygon.h"
3#import <Foundation/Foundation.h>
4
5
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCZone : NSObject
20
34@property (nonatomic, nonnull, readonly) NCPolygon * polygon;
35
49@property (nonatomic, readonly) int32_t locationId;
50
64@property (nonatomic, readonly) int32_t sublocationId;
65
79@property (nonatomic, readonly) int32_t id;
80
94@property (nonatomic, nonnull, readonly) NSString * name;
95
109@property (nonatomic, nonnull, readonly) NSString * color;
110
124@property (nonatomic, nonnull, readonly) NSString * alias;
125
126@end