Interface IBNRouteGuideManager.RoutePlanCallbackListener

  • Enclosing interface:
    IBNRouteGuideManager

    public static interface IBNRouteGuideManager.RoutePlanCallbackListener
    • Field Detail

      • TYPE_ADD_VIA

        static final int TYPE_ADD_VIA
        添加途径点
      • TYPE_DELETE_VIA

        static final int TYPE_DELETE_VIA
        删除途径点 返回BNRoutePlanInfo,包含途径点信息和索引
      • TYPE_CHANGE_END_NODE

        static final int TYPE_CHANGE_END_NODE
        OpenSDK更改终点
    • Method Detail

      • onStart

        void onStart()
      • onSuccess

        void onSuccess​(int type,
                       BNRoutePlanInfo bnRoutePlanInfo)
      • onFail

        void onFail​(int type,
                    BNRoutePlanInfo bnRoutePlanInfo)