Interface LeafletMapClientRpc

All Superinterfaces:
com.vaadin.shared.communication.ClientRpc, Serializable

public interface LeafletMapClientRpc extends com.vaadin.shared.communication.ClientRpc
  • Method Details

    • setCenter

      void setCenter(Double lat, Double lon, Double zoom)
    • flyTo

      void flyTo(Double lat, Double lon, Double zoom)
    • zoomToExtent

      void zoomToExtent(Bounds bounds)
    • setMaxBounds

      void setMaxBounds(Bounds bounds)
    • setDragging

      void setDragging(boolean dragging)
    • setTouchZoom

      void setTouchZoom(boolean touchZoome)
    • setDoubleClickZoom

      void setDoubleClickZoom(boolean doubleClickZoom)
    • setBoxZoom

      void setBoxZoom(boolean boxZoom)
    • setScrollWheelZoom

      void setScrollWheelZoom(boolean scrollWheelZoom)
    • setKeyboard

      void setKeyboard(boolean keyboard)
    • locate

      void locate(boolean watch, boolean highaccuracy, boolean updateView)
    • stopLocate

      void stopLocate()
    • translate

      void translate(int x, int y)