Loading...
Searching...
No Matches

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

NCPolylinepolyline
 Metrics polyline NCPolyline.
 
int32_t locationId
 location polyline location identifier.
 
int32_t sublocationId
 location polyline sublocation identifier.
 

Detailed Description

Class is used for representing certain polyline within the location Polyline.

Definition at line 17 of file NCLocationPolyline.h.

Method Documentation

◆ initWithPolyline:locationId:sublocationId:

- (nonnull instancetype) initWithPolyline: (nonnull NCPolyline *) polyline
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Default constructor for class NCLocationPolyline.

◆ locationPolylineWithPolyline:locationId:sublocationId:

+ (nonnull instancetype) locationPolylineWithPolyline: (nonnull NCPolyline *) polyline
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Factory method for class NCLocationPolyline.

Property Documentation

◆ locationId

- (int32_t) locationId
readnonatomicassign

location polyline location identifier.

Definition at line 45 of file NCLocationPolyline.h.

◆ polyline

- (NCPolyline*) polyline
readnonatomicassign

Metrics polyline NCPolyline.

Definition at line 38 of file NCLocationPolyline.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

location polyline sublocation identifier.

Definition at line 52 of file NCLocationPolyline.h.


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