SYJunctionInfo Class Reference

Provides information about road lanes, including lane directions and turn types. More...

#import <SYNavigationJunction.h>

Inheritance diagram for SYJunctionInfo:
Collaboration diagram for SYJunctionInfo:

Instance Methods

(instancetype) - initWithJunction:
 

Properties

SYJunctionBackground background
 Background type of the upcoming junction info. More...
 
SYJunctionTurnType turnType
 Turn type of the upcoming junction info. Check the available SYJunctionTurnType types. More...
 
SYJunctionTurnDirection turnDirection
 Direction of the upcoming turn. Check the available SYJunctionTurnDirection types. More...
 
NSInteger fromLanesCount
 Numbers of lanes on road you are travelling on before junction. More...
 
NSInteger toLeftLanesCount
 Numbers of lanes that continues after junction on the left. More...
 
NSInteger toRightLanesCount
 Numbers of lanes that continues after junction on the right. More...
 
BOOL mirroring
 This flag means, that whole situation described with this object should be drawed mirrored. For example when you are in left side driving countries or exit is on the left side. More...
 

Detailed Description

Provides information about road lanes, including lane directions and turn types.

Method Documentation

◆ initWithJunction:()

- (instancetype) initWithJunction: (const Sygic::Navigation::JunctionView &)  junctionView

Provided by category SYJunctionInfo(SDK).

Property Documentation

◆ background

- (SYJunctionBackground) background
readnonatomicassign

Background type of the upcoming junction info.

◆ fromLanesCount

- (NSInteger) fromLanesCount
readnonatomicassign

Numbers of lanes on road you are travelling on before junction.

◆ mirroring

- (BOOL) mirroring
readnonatomicassign

This flag means, that whole situation described with this object should be drawed mirrored. For example when you are in left side driving countries or exit is on the left side.

◆ toLeftLanesCount

- (NSInteger) toLeftLanesCount
readnonatomicassign

Numbers of lanes that continues after junction on the left.

◆ toRightLanesCount

- (NSInteger) toRightLanesCount
readnonatomicassign

Numbers of lanes that continues after junction on the right.

◆ turnDirection

- (SYJunctionTurnDirection) turnDirection
readnonatomicassign

Direction of the upcoming turn. Check the available SYJunctionTurnDirection types.

◆ turnType

- (SYJunctionTurnType) turnType
readnonatomicassign

Turn type of the upcoming junction info. Check the available SYJunctionTurnType types.


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