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