| java.lang.Object | |
| ↳ | com.tencent.map.lssupport.bean.TLSDFetchedData |
司机信息类。
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TLSDFetchedData(TLSBOrder order, TLSBRoute route, List<TLSBRoute> routes, List<TLSBRoute> relayRoutes, List<TLSBWayPoint> wayPoints, TLSBDriverPosition driverPosition, List<TLSBDriverPosition> positions) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TLSBDriverPosition |
getDriverPosition()
获得当前司机位置
| ||||||||||
| TLSBWayPoint |
getGetInWayPoint()
获取当前乘客上车点
| ||||||||||
| TLSBWayPoint |
getGetOffWayPoint()
获取当前乘客下车点
| ||||||||||
| boolean |
getHasArrived()
是否已经到达,顺风车类型会用到。
| ||||||||||
| TLSBOrder |
getOrder()
获取订单
TLSBOrder信息。 | ||||||||||
| List<TLSBDriverPosition> |
getPositions()
获取司机点串信息。
| ||||||||||
| List<TLSBRoute> |
getRelayRoutes()
接力单路线列表
| ||||||||||
| TLSBRoute |
getRoute()
获取路线
TLSBRoute信息。 | ||||||||||
| List<TLSBRoute> |
getRoutes()
路线列表
| ||||||||||
| void |
setHasArrived(boolean hasArrived)
This method is deprecated.
从2.4.0无效,直接使用
getHasArrived()来获取状态
| ||||||||||
| void |
setOrder(TLSBOrder order)
设置订单
TLSBOrder信息。 | ||||||||||
| void |
setPositions(List<TLSBDriverPosition> positions)
设置司机点串信息。
| ||||||||||
| void |
setRoute(TLSBRoute route)
设置路线信息。
| ||||||||||
| void |
setRoutes(List<TLSBRoute> routes)
设置路线列表数据,包含主路线
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
是否已经到达,顺风车类型会用到。
This method is deprecated.
从2.4.0无效,直接使用getHasArrived()来获取状态
设置是否已到达。
| hasArrived | true:已到达,false:未到达 |
|---|