ZendriveDriveScore

@interface ZendriveDriveScore : 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

    Objective-C

    @property (readonly, nonatomic) int zendriveScore;
  • Default initializer for creating a ZendriveDriveScore object.

    Declaration

    Objective-C

    - (instancetype)init;
  • Initializer for creating a ZendriveDriveScore object.

    Declaration

    Objective-C

    - (instancetype)initWithZendriveScore:(int)zendriveScore;

    Parameters

    zendriveScore

    The Zendrive score for this drive.