Interface IRoadViewDelegate

    • Method Detail

      • getTag

        java.lang.Object getTag()
      • setTag

        void setTag​(java.lang.Object tag)
      • getViewName

        java.lang.String getViewName()
      • isDev

        boolean isDev()
               throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setVisible

        void setVisible​(boolean visible)
                 throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • isVisible

        boolean isVisible()
                   throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • getViewport

        Rect getViewport()
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setViewport

        void setViewport​(int width,
                         int height)
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setViewport

        void setViewport​(int x,
                         int y,
                         int width,
                         int height)
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setViewport

        void setViewport​(Rect rect)
                  throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • requestRoadView

        void requestRoadView​(RoadViewRequest request)
                      throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • requestNextRoadView

        void requestNextRoadView​(RoadViewRequest request)
                          throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • moveToRoadView

        void moveToRoadView​(int index)
                     throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • linkMap

        void linkMap​(KakaoMap kakaoMap)
              throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • unlinkMap

        void unlinkMap()
                throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • getTiltAngle

        double getTiltAngle()
                     throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • getPanAngle

        double getPanAngle()
                    throws java.lang.RuntimeException
        Throws:
        java.lang.RuntimeException
      • setSearchRange

        void setSearchRange​(int defaultSearchRange,
                            int extendedSearchRange)