Class IBNRouteGuideManager.NaviAddViewCallback

  • Enclosing interface:
    IBNRouteGuideManager

    public abstract static class IBNRouteGuideManager.NaviAddViewCallback
    extends java.lang.Object
    加自定义View到导航中的callback对象
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract View getAddedView()
      获取需要添加到专业导航的View对象
      int getViewHeight()
      获取需要添加到专业导航的View高度,用于占位
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NaviAddViewCallback

        public NaviAddViewCallback()
    • Method Detail

      • getViewHeight

        public int getViewHeight()
        获取需要添加到专业导航的View高度,用于占位
        Returns:
        要添加进导航中视图的View的高度
      • getAddedView

        public abstract View getAddedView()
        获取需要添加到专业导航的View对象
        Returns:
        要添加进导航中视图的View