public class AnalyzedDriveInfo extends DriveInfo
The drive may have started manually by the application or due to Zendrive auto drive detection.
This is available with ZendriveBroadcastReceiver.onDriveAnalyzed(android.content.Context, com.zendrive.sdk.AnalyzedDriveInfo)
callback.
This is available only when ZendriveDriveType
is not equal to
ZendriveDriveType.INVALID
. The info provided in this object supercedes the info provided
in EstimatedDriveInfo
via the
ZendriveBroadcastReceiver.onDriveEnd(android.content.Context, com.zendrive.sdk.EstimatedDriveInfo)
callback for the same DriveInfo.driveId
. The application should ideally update the info stored for this drive with the
info provided here.
DriveInfo.Warning
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<AnalyzedDriveInfo> |
CREATOR |
averageSpeed, distanceMeters, driveId, driveType, endTimeMillis, eventRatings, events, extrapolationDetails, insurancePeriod, maxSpeed, phonePosition, score, sessionId, startTimeMillis, trackingId, userMode, vehicleTaggingDetails, vehicleType, warnings, waypoints
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
AnalyzedDriveInfo() |
public static final Parcelable.Creator<AnalyzedDriveInfo> CREATOR