SYDrivingFastCornering Class Reference

Event is generated when fast cornering was detected. More...

#import <SYDrivingEvents.h>

Inheritance diagram for SYDrivingFastCornering:
Collaboration diagram for SYDrivingFastCornering:

Instance Methods

(instancetype) - initWithSDKEvent:
 
(void) - copyToSDKEvent:
 
- Instance Methods inherited from SYDrivingEvent
(instancetype) - initWithSDKEvent:
 
(void) - copyToSDKEvent:
 

Properties

SYSpeed recommendedSpeed
 Speed recommended for this cornering. More...
 
SYSpeed currentSpeed
 Speed achieved in this cornering. More...
 
SYAngle corneringAngle
 Angle of this cornering. More...
 
BOOL continuous
 If true, this event continues (it is reappearing) from last event of this type. More...
 
- Properties inherited from SYDrivingEvent
SYPositionposition
 Position where event took place. More...
 

Detailed Description

Event is generated when fast cornering was detected.

Method Documentation

◆ copyToSDKEvent:()

- (void) copyToSDKEvent: (Sygic::Driving::BehaviorEventCurving &)  sdkEvent

Provided by category SYDrivingFastCornering(SDK).

◆ initWithSDKEvent:()

- (instancetype) initWithSDKEvent: (const Sygic::Driving::BehaviorEventCurving &)  sdkEvent

Provided by category SYDrivingFastCornering(SDK).

Property Documentation

◆ continuous

- (BOOL) continuous
readwritenonatomicassign

If true, this event continues (it is reappearing) from last event of this type.

◆ corneringAngle

- (SYAngle) corneringAngle
readwritenonatomicassign

Angle of this cornering.

◆ currentSpeed

- (SYSpeed) currentSpeed
readwritenonatomicassign

Speed achieved in this cornering.

◆ recommendedSpeed

- (SYSpeed) recommendedSpeed
readwritenonatomicassign

Speed recommended for this cornering.


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