Class is used for representing certain polygon within the location Polygon. More...
#include <com/navigine/idl/objc/NCLocationPolygon.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithPolygon:locationId:sublocationId: |
Default constructor for class NCLocationPolygon. | |
Class Methods | |
(nonnull instancetype) | + locationPolygonWithPolygon:locationId:sublocationId: |
Factory method for class NCLocationPolygon. | |
Properties | |
NCPolygon * | polygon |
Metrics polygon Polygon. | |
int32_t | locationId |
location polygon location identifier. | |
int32_t | sublocationId |
location polygon sublocation identifier. | |
Class is used for representing certain polygon within the location Polygon.
Definition at line 17 of file NCLocationPolygon.h.
- (nonnull instancetype) initWithPolygon: | (nonnull NCPolygon *) | polygon | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId |
Default constructor for class NCLocationPolygon.
+ (nonnull instancetype) locationPolygonWithPolygon: | (nonnull NCPolygon *) | polygon | |
locationId: | (int32_t) | locationId | |
sublocationId: | (int32_t) | sublocationId |
Factory method for class NCLocationPolygon.
|
readnonatomicassign |
location polygon location identifier.
Definition at line 45 of file NCLocationPolygon.h.
|
readnonatomicassign |
Metrics polygon Polygon.
Definition at line 38 of file NCLocationPolygon.h.
|
readnonatomicassign |
location polygon sublocation identifier.
Definition at line 52 of file NCLocationPolygon.h.