Class LeafletMarkerState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.AbstractComponentContainerState
io.jmix.mapsui.widget.leaflet.shared.AbstractLeafletComponentState
io.jmix.mapsui.widget.leaflet.shared.LeafletMarkerState
All Implemented Interfaces:
Serializable

public class LeafletMarkerState extends AbstractLeafletComponentState
See Also:
  • Field Details

    • point

      public Point point
    • iconSize

      public Point iconSize
    • iconAnchor

      public Point iconAnchor
    • iconPathFill

      public String iconPathFill
    • iconPathStroke

      public String iconPathStroke
    • iconTextFill

      public String iconTextFill
    • popupAnchor

      public Point popupAnchor
    • divIcon

      public String divIcon
    • title

      public String title
    • tooltip

      public String tooltip
    • tooltipState

      public TooltipState tooltipState
    • popupState

      public PopupState popupState
    • draggable

      public Boolean draggable
    • zIndexOffset

      public Integer zIndexOffset
    • markerChar

      public String markerChar
    • weight

      public Integer weight
  • Constructor Details

    • LeafletMarkerState

      public LeafletMarkerState()