Interface MapViewManager

    • Method Detail

      • setMapBounds

        void setMapBounds​(BoundingBox boundingBox)
      • setBoundingBox

        void setBoundingBox​(BoundingBox boundingBox)
      • setViewPort

        void setViewPort​(int width,
                         int height)
      • getViewPortAspectRatio

        double getViewPortAspectRatio()
      • setCenter

        void setCenter​(Point point)
      • zoomToPoint

        void zoomToPoint​(double scale,
                         Point center)
      • getCurrentBoundingBox

        BoundingBox getCurrentBoundingBox()
      • getScale

        double getScale()
      • setScale

        void setScale​(double scale)
      • getViewPortHeight

        int getViewPortHeight()
      • getViewPortWidth

        int getViewPortWidth()