Loading...
Searching...
No Matches

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.
 

Detailed Description

A polyline with specified number of points.

Definition at line 17 of file NCPolyline.h.

Method Documentation

◆ initWithPoints:

- (nonnull instancetype) initWithPoints: (nonnull NSArray< NCPoint * > *) points

Default constructor for class NCPolyline.

◆ polylineWithPoints:

+ (nonnull instancetype) polylineWithPoints: (nonnull NSArray< NCPoint * > *) points

Factory method for class NCPolyline.

Property Documentation

◆ points

- (NSArray<NCPoint *>*) points
readnonatomicassign

List of points to connect.

Definition at line 32 of file NCPolyline.h.


The documentation for this class was generated from the following file: