TNHistoricalSafetyScore
@objcMembers
public class TNHistoricalSafetyScore : NSObject, Codable
Undocumented
-
The value of cumulative safety score (see {@link TNDriveScore}).
Declaration
Swift
public let score: TNDriveScore?
-
Undocumented
Declaration
Swift
public let endDate: Date?
-
Statistics for all cumulative trips.
Declaration
Swift
public let tripsInfo: TNTripsInfo?
-
Event statistic information(see [TNEventStatistic]) for all cumulative trips.
Declaration
Swift
public let tripsEventStatistics: [TNEventStatistic]?
-
Undocumented
Declaration
Swift
public init(score: TNDriveScore?, endDate: Date?, tripsInfo: TNTripsInfo?, tripsEventStatistics: [TNEventStatistic]?)