Loading...
Searching...
No Matches

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
 

Detailed Description

A polyline with specified list of segments Segment.

Referenced from PolylineMapObject.

Definition at line 19 of file NCLine.h.

Method Documentation

◆ initWithSegments:

- (nonnull instancetype) initWithSegments: (nonnull NSArray< NCSegment * > *) segments

Default constructor for class NCLine.

◆ lineWithSegments:

+ (nonnull instancetype) lineWithSegments: (nonnull NSArray< NCSegment * > *) segments

Factory method for class NCLine.

Property Documentation

◆ segments

- (NSArray<NCSegment *>*) segments
readnonatomicassign

List of segments to connect.

Definition at line 34 of file NCLine.h.


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