SYRouteRoadLanes Class Reference

Information about a on-route road and its lanes. More...

#import <SYNavigationLaneInfo.h>

Inheritance diagram for SYRouteRoadLanes:
Collaboration diagram for SYRouteRoadLanes:

Instance Methods

(instancetype) - initWithRouteRoadData:withIndex: [implementation]
 
- Instance Methods inherited from SYRoadLanes
(instancetype) - initWithRoadData: [implementation]
 

Properties

NSArray< SYRoadLanes * > * leavingRoads
 Roads which are leaving current route. More...
 
SYRouteRoadLanesnextRoad
 Information about the next SYRouteRoadLanes. More...
 
BOOL isComplexJunction
 
- Properties inherited from SYRoadLanes
NSArray< SYLane * > * lanes
 Road's SYLanes. The lanes are ordered from right (index = 0) to left (index = lanes.count - 1), independent of driving side. More...
 
NSArray< SYGeoCoordinate * > * geometry
 Road geometry. More...
 
SYDistance routeStartDistance
 The SYDistance from route start to this SYRoadLanes. More...
 
BOOL rightSideDriving
 Driving side information. More...
 
NSInteger roadLevel
 Road z-index. More...
 
NSInteger connectedLanesOffset
 Number defining side offset (number of lanes) of current SYRoadLanes lanes from previous SYRoadLanes lanes. Positive value means lanes are shifted to left, zero value means no offset and negative value means right offset. In following example, there are 4 SYRoadLanes: More...
 

Detailed Description

Information about a on-route road and its lanes.

Method Documentation

◆ initWithRouteRoadData:withIndex:()

- (instancetype) initWithRouteRoadData: (const std::vector< Sygic::Navigation::RouteRoadData > &)  roadData
withIndex: (size_t)  index 
implementation

Property Documentation

◆ isComplexJunction

- (BOOL) isComplexJunction
readnonatomicassign

◆ leavingRoads

- (NSArray<SYRoadLanes*>*) leavingRoads
readnonatomicassign

Roads which are leaving current route.

◆ nextRoad

- (SYRouteRoadLanes*) nextRoad
readnonatomicassign

Information about the next SYRouteRoadLanes.


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