SYDriversScoreAttributes Class Reference

Represents attribute of driver's score. More...

#import <SYDriversBehaviorScore.h>

Inheritance diagram for SYDriversScoreAttributes:
Collaboration diagram for SYDriversScoreAttributes:

Instance Methods

(void) - refreshWithSdkData:
 

Properties

NSUInteger count
 Number of events recorded for this attribute. More...
 
NSTimeInterval duration
 Sum of durations of events recorded for this attribute. More...
 
SYDistance distance
 Sum of distances of events recorded for this attribute. More...
 

Detailed Description

Represents attribute of driver's score.

Method Documentation

◆ refreshWithSdkData:()

- (void) refreshWithSdkData: (const Sygic::Driving::ScoreAttribute &)  sdkAttribute

Provided by category SYDriversScoreAttributes(SDK).

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

Number of events recorded for this attribute.

◆ distance

- (SYDistance) distance
readnonatomicassign

Sum of distances of events recorded for this attribute.

◆ duration

- (NSTimeInterval) duration
readnonatomicassign

Sum of durations of events recorded for this attribute.


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