Package Index
|
Class Index
com.tencent.map.lsdriver
com.tencent.map.lsdriver.lsd.listener
com.tencent.map.lsdriver.protocol
Interfaces
DriDataListener.IPushRouteToServiceListener
DriDataListener.IRemoveWayByUserCallBack
DriDataListener.ISearchCallBack
DriDataListener.ISortedWayPointsCallBack
DriDataListener.ITLSDriverListener
Classes
DriDataListener
SimpleDriDataListener
Package Index
|
Class Index
public static interface
DriDataListener.IRemoveWayByUserCallBack
com.tencent.map.lsdriver.lsd.listener.DriDataListener.IRemoveWayByUserCallBack
Class Overview
开发者手动剔除途经点的回调。
Summary
Public Methods
abstract void
onRemoveWayPoint
(List<TLSDWayPointInfo> wayPoints)
剔除途经点成功。
Public Methods
public abstract void
onRemoveWayPoint
(List<TLSDWayPointInfo> wayPoints)
剔除途经点成功。
Parameters
wayPoints
途经点信息集合