public class DriveRoutePlanResult extends RoutePlanResult implements android.os.Parcelable
| 限定符和类型 | 字段和说明 |
|---|---|
static android.os.Parcelable.Creator<DriveRoutePlanResult> |
CREATOR |
| 构造器和说明 |
|---|
DriveRoutePlanResult()
DriveRoutePlanResult的构造方法。
|
DriveRoutePlanResult(android.os.Parcel source)
序列化实现。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
describeContents() |
java.util.List<DrivePlanPath> |
getPaths() |
java.util.List<TimeInfo> |
getTimeInfos() |
void |
setDrivePlanQuery(RouteSearch.DrivePlanQuery driveQuery)
设置结果对应的查询参数。
|
void |
setPaths(java.util.List<DrivePlanPath> paths) |
void |
setTimeInfos(java.util.List<TimeInfo> timeInfos) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
getStartPos, getTargetPos, setStartPos, setTargetPospublic static final android.os.Parcelable.Creator<DriveRoutePlanResult> CREATOR
public DriveRoutePlanResult(android.os.Parcel source)
public DriveRoutePlanResult()
public java.util.List<DrivePlanPath> getPaths()
public void setPaths(java.util.List<DrivePlanPath> paths)
public java.util.List<TimeInfo> getTimeInfos()
public void setTimeInfos(java.util.List<TimeInfo> timeInfos)
public void setDrivePlanQuery(RouteSearch.DrivePlanQuery driveQuery)
driveQuery - 查询参数。
public int describeContents()
describeContents 在接口中 android.os.ParcelabledescribeContents 在类中 RoutePlanResultpublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel 在接口中 android.os.ParcelablewriteToParcel 在类中 RoutePlanResult