A polyline with specified number of points. More...
#include <com/navigine/idl/objc/NCPolyline.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithPoints: |
Default constructor for class NCPolyline. | |
Class Methods | |
(nonnull instancetype) | + polylineWithPoints: |
Factory method for class NCPolyline. | |
Properties | |
NSArray< NCPoint * > * | points |
List of points to connect. | |
A polyline with specified number of points.
Definition at line 17 of file NCPolyline.h.
- (nonnull instancetype) initWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Default constructor for class NCPolyline.
+ (nonnull instancetype) polylineWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Factory method for class NCPolyline.
|
readnonatomicassign |
List of points to connect.
Definition at line 32 of file NCPolyline.h.