Interface LeafletMapClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc
,Serializable
public interface LeafletMapClientRpc
extends com.vaadin.shared.communication.ClientRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
locate
(boolean watch, boolean highaccuracy, boolean updateView) void
setBoxZoom
(boolean boxZoom) void
void
setDoubleClickZoom
(boolean doubleClickZoom) void
setDragging
(boolean dragging) void
setKeyboard
(boolean keyboard) void
setMaxBounds
(Bounds bounds) void
setScrollWheelZoom
(boolean scrollWheelZoom) void
setTouchZoom
(boolean touchZoome) void
void
translate
(int x, int y) void
zoomToExtent
(Bounds bounds)
-
Method Details
-
setCenter
-
flyTo
-
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)
-