DriveScore

@objc(ZDDriveScore)
public class DriveScore : NSObject

Driving Behaviour scores for a drive.

The scores are expressed as a number between 0 to 100 and will be -1 if not available.

High scores indicate safe driving and low scores reflect hazardous or risky driving patterns. Preventive or corrective actions should be prescribed in extreme cases.

More information is available here

  • The Zendrive score for this drive. The zendrive score measures the focus, control and cautiousness of a driver. It reflects the accident risk associated with this drive. The scores is expressed as a number between 0 to 100 and will be -1 if not available.

    Declaration

    Swift

    @objc
    public var zendriveScore: Int32 { get set }
  • Default initializer for creating a DriveScore object.

    Declaration

    Swift

    @objc
    override public init()
  • Initializer for creating a DriveScore object.

    Declaration

    Swift

    @objc
    public init(zendriveScore: Int32)

    Parameters

    zendriveScore

    The Zendrive score for this drive.