接口 IBNRouteGuideManager.RoutePlanCallbackListener

  • 封闭接口:
    IBNRouteGuideManager

    public static interface IBNRouteGuideManager.RoutePlanCallbackListener
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int TYPE_ADD_VIA
      添加途径点
      static int TYPE_CHANGE_END_NODE
      OpenSDK更改终点
      static int TYPE_DELETE_VIA
      删除途径点 返回BNRoutePlanInfo,包含途径点信息和索引
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void onFail​(int type, BNRoutePlanInfo bnRoutePlanInfo)  
      void onStart()  
      void onSuccess​(int type, BNRoutePlanInfo bnRoutePlanInfo)  
    • 字段详细资料

      • 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更改终点
    • 方法详细资料

      • onStart

        void onStart()
      • onSuccess

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

        void onFail​(int type,
                    BNRoutePlanInfo bnRoutePlanInfo)