SYLane Class Reference

Gives information about a lane, e.g. its type, markings. More...

#import <SYNavigationLaneInfo.h>

Inheritance diagram for SYLane:
Collaboration diagram for SYLane:

Instance Methods

(instancetype) - initWithLanes: [implementation]
 

Class Methods

(NSArray< SYLane * > *) + lanesWithSdkLanes: [implementation]
 

Properties

SYLaneMarking marking
 Lane divider marking. More...
 
SYEndType endType
 Lane forming end type. More...
 
SYLaneType type
 Lane type. More...
 
SYMinVehicleOccupancy minOccupancy
 Lane minimum vehicle occupancy. More...
 
SYSingleOccupancy singleOccupancy
 Lane single occupancy. More...
 
SYLaneDirection arrows
 Lane arrows symbols. More...
 
SYSpeed speedRestriction
 Lane speed restriction. More...
 
BOOL highlighted
 Recommendation state of the lane according to the current route. More...
 
NSArray< SYLane * > * connectedLanes
 Connected lanes. More...
 

Detailed Description

Gives information about a lane, e.g. its type, markings.

Method Documentation

◆ initWithLanes:()

- (instancetype) initWithLanes: (const Sygic::Navigation::Lane &)  sdkLane
implementation

◆ lanesWithSdkLanes:()

+ (NSArray<SYLane*>*) lanesWithSdkLanes: (const std::vector< Sygic::Navigation::Lane > &)  sdkLanes
implementation

Property Documentation

◆ arrows

- (SYLaneDirection) arrows
readnonatomicassign

Lane arrows symbols.

◆ connectedLanes

- (NSArray<SYLane*>*) connectedLanes
readnonatomicassign

Connected lanes.

◆ endType

- (SYEndType) endType
readnonatomicassign

Lane forming end type.

◆ highlighted

- (BOOL) highlighted
readnonatomicassign

Recommendation state of the lane according to the current route.

◆ marking

- (SYLaneMarking) marking
readnonatomicassign

Lane divider marking.

◆ minOccupancy

- (SYMinVehicleOccupancy) minOccupancy
readnonatomicassign

Lane minimum vehicle occupancy.

◆ singleOccupancy

- (SYSingleOccupancy) singleOccupancy
readnonatomicassign

Lane single occupancy.

◆ speedRestriction

- (SYSpeed) speedRestriction
readnonatomicassign

Lane speed restriction.

◆ type

- (SYLaneType) type
readnonatomicassign

Lane type.


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