| com.tencent.map.lspassenger.protocol.SearchProtocol |
Known Indirect Subclasses
|
检索服务协议
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | SearchProtocol.OnSearchResultListener | 检索回调 | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
searchRoutes(TLSLatlng from, TLSLatlng to, DrivingParam.Policy policy, Preference[] preferences, SearchProtocol.OnSearchResultListener listener)
检索多条路线
| ||||||||||
检索多条路线
| from | 起点位置坐标 |
|---|---|
| to | 终点位置坐标 |
| policy | 策略参数
|
| preferences | 偏好参数
|
| listener | 数据回调 |