A polyline with specified list of segments Segment. More...
#include <com/navigine/idl/objc/NCLine.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithSegments: |
Default constructor for class NCLine. | |
Class Methods | |
(nonnull instancetype) | + lineWithSegments: |
Factory method for class NCLine. | |
Properties | |
NSArray< NCSegment * > * | segments |
A polyline with specified list of segments Segment.
Referenced from PolylineMapObject.
- (nonnull instancetype) initWithSegments: | (nonnull NSArray< NCSegment * > *) | segments |
Default constructor for class NCLine.
+ (nonnull instancetype) lineWithSegments: | (nonnull NSArray< NCSegment * > *) | segments |
Factory method for class NCLine.
|
readnonatomicassign |