Class LeafletMapState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractComponentContainerState
io.jmix.mapsui.widget.leaflet.shared.LeafletMapState
- All Implemented Interfaces:
Serializable
public class LeafletMapState
extends com.vaadin.shared.ui.AbstractComponentContainerState
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionInternal String identifier of CRS that is meaningful to v-leaflet client.int
double
double
double
double
double
double
double
double
com.vaadin.shared.Connector[]
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, CONTEXT_HELP_ICON_CLICK_EVENT, contextHelpText, contextHelpTextHtmlEnabled, description, descriptionContentMode, errorLevel, errorMessage, height, id, jTestId, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
-
Field Details
-
center
-
zoomLevel
-
zoomToExtent
-
attributionPrefix
-
maxBounds
-
minZoom
-
maxZoom
-
customMapOptionsJson
-
crsName
Internal String identifier of CRS that is meaningful to v-leaflet client. -
newCrsName
-
newCrsProjection
-
newCrsA
public double newCrsA -
newCrsB
public double newCrsB -
newCrsC
public double newCrsC -
newCrsD
public double newCrsD -
newCrsMinX
public double newCrsMinX -
newCrsMinY
public double newCrsMinY -
newCrsMaxX
public double newCrsMaxX -
newCrsMaxY
public double newCrsMaxY -
dragging
-
touchZoom
-
doubleClickZoom
-
boxZoom
-
scrollWheelZoom
-
zoomSnap
-
zoomDelta
-
keyboard
-
readOnly
-
updateLayersOnLocate
public com.vaadin.shared.Connector[] updateLayersOnLocate -
minLocateInterval
public int minLocateInterval
-
-
Constructor Details
-
LeafletMapState
public LeafletMapState()
-