SYSharpCurveInfo Class Reference

Information about sharp curve warnings. More...

#import <SYNavigationSharpCurveInfo.h>

Inheritance diagram for SYSharpCurveInfo:
Collaboration diagram for SYSharpCurveInfo:

Instance Methods

(instancetype) - initWithTurnInfo:
 
- Instance Methods inherited from SYRouteEventNotification
(instancetype) - initWithPosition:distance:
 

Properties

SYSpeed speed
 Recommended maximum speed. More...
 
SYSharpCurveDirection direction
 Turn direction. More...
 
CGFloat angle
 Turn angle. More...
 
- Properties inherited from SYRouteEventNotification
SYDistance distance
 Distance to warning from current on route position. More...
 
SYGeoCoordinateposition
 Warning crossing position. More...
 

Detailed Description

Information about sharp curve warnings.

Method Documentation

◆ initWithTurnInfo:()

- (instancetype) initWithTurnInfo: (const Sygic::Navigation::TurnInfo &)  info

Provided by category SYSharpCurveInfo(SDK).

Property Documentation

◆ angle

- (CGFloat) angle
readnonatomicassign

Turn angle.

◆ direction

- (SYSharpCurveDirection) direction
readnonatomicassign

Turn direction.

◆ speed

- (SYSpeed) speed
readnonatomicassign

Recommended maximum speed.


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