Interface LeafletMapServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
public interface LeafletMapServerRpc
extends com.vaadin.shared.communication.ServerRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBaseLayerChange
(String name) void
void
onContextMenu
(Point location, com.vaadin.shared.MouseEventDetails details) void
void
void
onLocateError
(String error, int code) void
void
onOverlayAdd
(String name) void
onOverlayRemove
(String name) void
onTranslate
(Point point) void
-
Method Details
-
onBaseLayerChange
-
onOverlayAdd
-
onOverlayRemove
-
onLocateError