| java.lang.Object | |
| ↳ | com.tencent.map.lssupport.protocol.RouteManager.Editor |
路线编辑器
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
重置路线数据
设置路线是否被行中选中
| selected | 选中状态 |
|---|
路线绑定订单id。
| orderId | 路线id |
|---|
设置路线是否被行前选中
| selected | 选中状态 |
|---|
设置剩余距离。
| remainingDistance | 剩余距离,单位:米 |
|---|
设置剩余时间。
| remainingTime | 剩余时间,单位:分钟 |
|---|
设置剩余红绿灯个数
| remainingTrafficCount | 剩余红绿灯个数 |
|---|
设置路线解释型数据
| routeExplains | 数据 |
|---|
设置路线分段
| segments | 分段线路 |
|---|
设置行中选路时间
| selectedTime | 选中时间 |
|---|
设置WS算路请求ID
| webServiceRequestId | WS算路请求ID |
|---|