Interface LeafletMapServerRpc

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

public interface LeafletMapServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Details

    • onClick

      void onClick(Point location, com.vaadin.shared.MouseEventDetails details)
    • onMoveEnd

      @Delayed(lastOnly=true) void onMoveEnd(Bounds bounds, Point center, double zoomlevel)
    • onZoomEnd

      @Delayed(lastOnly=true) void onZoomEnd(Bounds bounds, Point center, double zoomlevel)
    • onDragEnd

      @Delayed(lastOnly=true) void onDragEnd(Bounds bounds, Point center)
    • onContextMenu

      void onContextMenu(Point location, com.vaadin.shared.MouseEventDetails details)
    • onBaseLayerChange

      void onBaseLayerChange(String name)
    • onOverlayAdd

      void onOverlayAdd(String name)
    • onOverlayRemove

      void onOverlayRemove(String name)
    • onLocate

      @Delayed(lastOnly=true) void onLocate(Point location, Double accuracy, Double altitude, Double speed)
    • onLocateError

      void onLocateError(String error, int code)
    • onTranslate

      void onTranslate(Point point)