Information about a on-route road and its lanes. More...
#import <SYNavigationLaneInfo.h>
Properties | |
NSArray< SYRoadLanes * > * | leavingRoads |
Roads which are leaving current route. More... | |
SYRouteRoadLanes * | nextRoad |
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... | |
Information about a on-route road and its lanes.
|
readnonatomicassign |
Roads which are leaving current route.
|
readnonatomicassign |
Information about the next SYRouteRoadLanes.
|
readnonatomicassign |