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
33@property (nonatomic, nonnull, readonly) NCPolygon * polygon;
34
47@property (nonatomic, readonly) int32_t locationId;
48
61@property (nonatomic, readonly) int32_t sublocationId;
62
75@property (nonatomic, readonly) int32_t id;
76
89@property (nonatomic, nonnull, readonly) NSString * name;
90
103@property (nonatomic, nonnull, readonly) NSString * color;
104
117@property (nonatomic, nonnull, readonly) NSString * alias;
118
119@end