Package com.baidu.navisdk.adapter
Interface IBNRouteGuideManager.RoutePlanCallbackListener
-
- Enclosing interface:
- IBNRouteGuideManager
public static interface IBNRouteGuideManager.RoutePlanCallbackListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_ADD_VIA
添加途径点static int
TYPE_CHANGE_END_NODE
OpenSDK更改终点static int
TYPE_DELETE_VIA
删除途径点 返回BNRoutePlanInfo,包含途径点信息和索引
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFail(int type, BNRoutePlanInfo bnRoutePlanInfo)
void
onStart()
void
onSuccess(int type, BNRoutePlanInfo bnRoutePlanInfo)
-