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:

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.

Property Documentation

◆ background

- (SYJunctionBackground) background
readnonatomicassign

Background type of the upcoming junction info.

◆ turnType

- (SYJunctionTurnType) turnType
readnonatomicassign

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

◆ turnDirection

- (SYJunctionTurnDirection) turnDirection
readnonatomicassign

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

◆ fromLanesCount

- (NSInteger) fromLanesCount
readnonatomicassign

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

◆ 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.

◆ 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.


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