RatingFactor
@objc(TNRatingFactor)
@objcMembers
public class RatingFactor : NSObject, Codable
Undocumented
-
The scaled rating value belongs to the requested lower bound and upper bound.
Declaration
Swift
public let ratingScaled: Int -
Same as ScoreFactor type, only has Acceleration, Brake, Speeding.
Declaration
Swift
public let type: String -
Undocumented
Declaration
Swift
public init(ratingScaled: Int, type: String)