| com.tencent.map.lssupport.protocol.SyncProtocol |
Known Indirect Subclasses
|
同显协议
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | SyncProtocol.IChangeOriginPointListener | 请求修改送驾起点结果 | |||||||||
| interface | SyncProtocol.IChangeOriginPointResultListener | ||||||||||
| interface | SyncProtocol.IConfigOfServiceListener | 拉取云控的配置接口回调。 | |||||||||
| interface | SyncProtocol.IPullLsInfoListener | 拉取对方信息接口回调。 | |||||||||
| interface | SyncProtocol.IPushPositionsListener | 上传定位点串接口回调。 | |||||||||
| interface | SyncProtocol.IPushRouteListener | 上传路线回调。 | |||||||||
| interface | SyncProtocol.ISortedWayPointsListener | 获取最优送驾顺序回调。 | |||||||||
| interface | SyncProtocol.OnChangedDestinationNotifyListener | 目的地已修改的通知监听 | |||||||||
| interface | SyncProtocol.OnDestinationChangeResultListener | 修改目的地结果的监听 | |||||||||
| interface | SyncProtocol.OnRouteSelectResultListener | 路线选择结果的监听 | |||||||||
| interface | SyncProtocol.OnSearchResultListener | 检索回调 | |||||||||
| interface | SyncProtocol.OnSelectedRouteExecuteBeforeNotifyListener | 选中路线执行前的通知监听 | |||||||||
| interface | SyncProtocol.OrderResultListener | 订单结果监听 | |||||||||
| interface | SyncProtocol.PullInfoListener | 拉取对方信息接口,SDK内部用 | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | PULL_CONFIG | ||||||||||
| int | PULL_POSITION | ||||||||||
| int | PUSH_POSITION | ||||||||||
| int | PUSH_POSITION_ONCE | ||||||||||
| int | PUSH_ROUTE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
destroy()
销毁对象
| ||||||||||
| abstract void |
init(Context applicationContext, TLSConfigPreference config)
初始化工作
| ||||||||||
| abstract boolean |
isRuning()
当前司乘同显服务是否开启。
| ||||||||||
| abstract void |
reflux(long startTime, long endTime)
回流某段时间日志
| ||||||||||
| abstract void |
start()
开启司乘同显服务。
| ||||||||||
| abstract void |
stop()
结束司乘同显服务。
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.tencent.map.lssupport.protocol.LocationProtocol
| |||||||||||
From interface
com.tencent.map.lssupport.protocol.NetworkProtocol
| |||||||||||
From interface
com.tencent.map.lssupport.protocol.OrderProtocol
| |||||||||||
From interface
com.tencent.map.lssupport.protocol.RouteProtocol
| |||||||||||
销毁对象
初始化工作
| applicationContext | 上下文 |
|---|---|
| config | 基础信息配置类 |
当前司乘同显服务是否开启。
回流某段时间日志
| startTime | 开始时间 |
|---|---|
| endTime | 结束时间 |
开启司乘同显服务。
结束司乘同显服务。