public class ZendriveExtrapolationDetails extends Object implements Parcelable
The details are provided for drives with DriveInfo.driveType
as ZendriveDriveType.DRIVE
.
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ZendriveExtrapolationDetails> |
CREATOR |
LocationPoint |
estimatedStartLocation
The estimated start location of the drive.
|
double |
extrapolatedDistance
The additional distance that might be covered before the drive start is detected.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier | Constructor and Description |
---|---|
|
ZendriveExtrapolationDetails() |
protected |
ZendriveExtrapolationDetails(Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public double extrapolatedDistance
@Nullable public LocationPoint estimatedStartLocation
public static final Parcelable.Creator<ZendriveExtrapolationDetails> CREATOR
public ZendriveExtrapolationDetails()
protected ZendriveExtrapolationDetails(Parcel in)
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
public int describeContents()
describeContents
in interface Parcelable