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 Details

    • center

      public Point center
    • zoomLevel

      public Double zoomLevel
    • zoomToExtent

      public Bounds zoomToExtent
    • attributionPrefix

      public String attributionPrefix
    • maxBounds

      public Bounds maxBounds
    • minZoom

      public Integer minZoom
    • maxZoom

      public Integer maxZoom
    • customMapOptionsJson

      public String customMapOptionsJson
    • crsName

      public String crsName
      Internal String identifier of CRS that is meaningful to v-leaflet client.
    • newCrsName

      public String newCrsName
    • newCrsProjection

      public String 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

      public Boolean dragging
    • touchZoom

      public Boolean touchZoom
    • doubleClickZoom

      public Boolean doubleClickZoom
    • boxZoom

      public Boolean boxZoom
    • scrollWheelZoom

      public Boolean scrollWheelZoom
    • zoomSnap

      public Double zoomSnap
    • zoomDelta

      public Double zoomDelta
    • keyboard

      public Boolean keyboard
    • readOnly

      public Boolean readOnly
    • updateLayersOnLocate

      public com.vaadin.shared.Connector[] updateLayersOnLocate
    • minLocateInterval

      public int minLocateInterval
  • Constructor Details

    • LeafletMapState

      public LeafletMapState()