| java.lang.Object | |
| ↳ | com.tencent.map.lssupport.bean.TLSBWayPoint |
途经点信息。
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TLSBWayPoint() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | copyData(TLSBWayPoint src) | ||||||||||
| String |
getPassengerOrderId()
获取乘客订单id。
| ||||||||||
| int |
getPointIndex()
获取途经点所在路线点串索引值。
| ||||||||||
| TLSLatlng |
getPosition()
获取途经点位置
TLSLatlng信息。 | ||||||||||
| int |
getRemainingDistance()
获取到达途经点剩余距离。
| ||||||||||
| int |
getRemainingTime()
获取到达途经点剩余时间。
| ||||||||||
| int |
getWayPointType()
获取途经点类型
TLSBWayPointType。 | ||||||||||
| void |
setPassengerOrderId(String passengerOrderId)
设置乘客的订单id。
| ||||||||||
| void |
setPointIndex(int pointIndex)
设置途经点所在路线点串索引值。
| ||||||||||
| void |
setPosition(TLSLatlng position)
设置途经点位置
TLSLatlng信息。 | ||||||||||
| void |
setRemainingDistance(int remainingDistance)
设置到达途经点剩余距离。
| ||||||||||
| void |
setRemainingTime(int remainingTime)
设置到达途经点剩余时间。
| ||||||||||
| void |
setWayPointType(int wayPointType)
设置途经点类型。
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
获取乘客订单id。
获取途经点所在路线点串索引值。
获取到达途经点剩余距离。
获取到达途经点剩余时间。
设置乘客的订单id。
| passengerOrderId | 乘客订单id |
|---|
设置途经点所在路线点串索引值。
| pointIndex | 路线索引 |
|---|
设置到达途经点剩余距离。
| remainingDistance | 剩余距离,单位:米 |
|---|
设置到达途经点剩余时间。
| remainingTime | 剩余时间,单位:分钟 |
|---|
设置途经点类型。
| wayPointType | 途经点类型 |
|---|