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 intTYPE_ADD_VIA添加途径点static intTYPE_CHANGE_END_NODEOpenSDK更改终点static intTYPE_DELETE_VIA删除途径点 返回BNRoutePlanInfo,包含途径点信息和索引
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFail(int type, BNRoutePlanInfo bnRoutePlanInfo)voidonStart()voidonSuccess(int type, BNRoutePlanInfo bnRoutePlanInfo)
-