public class DriveScore extends Object implements android.os.Parcelable
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
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<DriveScore> |
CREATOR |
int |
zendriveScore
The Zendrive score for this drive.
|
Constructor and Description |
---|
DriveScore() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public int zendriveScore
public static final android.os.Parcelable.Creator<DriveScore> CREATOR