SYDrivingSpeeding Class Reference

Event is generated when speeding was detected. More...

#import <SYDrivingEvents.h>

Inheritance diagram for SYDrivingSpeeding:
Collaboration diagram for SYDrivingSpeeding:

Instance Methods

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

Properties

SYSpeed currentSpeed
 Speed when event was generated. More...
 
SYSpeed speedRestriction
 Speed restriction on road where event was generated. 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 speeding was detected.

Method Documentation

◆ copyToSDKEvent:()

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

Provided by category SYDrivingSpeeding(SDK).

◆ initWithSDKEvent:()

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

Provided by category SYDrivingSpeeding(SDK).

Property Documentation

◆ continuous

- (BOOL) continuous
readwritenonatomicassign

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

◆ currentSpeed

- (SYSpeed) currentSpeed
readwritenonatomicassign

Speed when event was generated.

◆ speedRestriction

- (SYSpeed) speedRestriction
readwritenonatomicassign

Speed restriction on road where event was generated.


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