Class LAbstractMarkerClusterGroupOptions<S extends LAbstractMarkerClusterGroupOptions<S>>

java.lang.Object
software.xdev.vaadin.maps.leaflet.markercluster.layer.other.LAbstractMarkerClusterGroupOptions<S>
All Implemented Interfaces:
software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
Direct Known Subclasses:
LMarkerClusterGroupOptions

public abstract class LAbstractMarkerClusterGroupOptions<S extends LAbstractMarkerClusterGroupOptions<S>> extends Object implements software.xdev.vaadin.maps.leaflet.base.LComponentOptions<S>
See Also:
  • Constructor Details

    • LAbstractMarkerClusterGroupOptions

      public LAbstractMarkerClusterGroupOptions()
  • Method Details

    • getMaxClusterRadius

      public Number getMaxClusterRadius()
    • setMaxClusterRadius

      public void setMaxClusterRadius(Number maxClusterRadius)
    • withMaxClusterRadius

      public S withMaxClusterRadius(Number maxClusterRadius)
    • getIconCreateFunction

      public software.xdev.vaadin.maps.leaflet.base.RawString getIconCreateFunction()
    • setIconCreateFunction

      public void setIconCreateFunction(software.xdev.vaadin.maps.leaflet.base.RawString iconCreateFunction)
    • withIconCreateFunction

      public S withIconCreateFunction(software.xdev.vaadin.maps.leaflet.base.RawString iconCreateFunction)
    • getClusterPane

      public software.xdev.vaadin.maps.leaflet.base.RawString getClusterPane()
    • setClusterPane

      public void setClusterPane(software.xdev.vaadin.maps.leaflet.base.RawString clusterPane)
    • withClusterPane

      public S withClusterPane(software.xdev.vaadin.maps.leaflet.base.RawString clusterPane)
    • getSpiderfyOnEveryZoom

      public Boolean getSpiderfyOnEveryZoom()
    • setSpiderfyOnEveryZoom

      public void setSpiderfyOnEveryZoom(Boolean spiderfyOnEveryZoom)
    • withSpiderfyOnEveryZoom

      public S withSpiderfyOnEveryZoom(Boolean spiderfyOnEveryZoom)
    • getSpiderfyOnMaxZoom

      public Boolean getSpiderfyOnMaxZoom()
    • setSpiderfyOnMaxZoom

      public void setSpiderfyOnMaxZoom(Boolean spiderfyOnMaxZoom)
    • withSpiderfyOnMaxZoom

      public S withSpiderfyOnMaxZoom(Boolean spiderfyOnMaxZoom)
    • getShowCoverageOnHover

      public Boolean getShowCoverageOnHover()
    • setShowCoverageOnHover

      public void setShowCoverageOnHover(Boolean showCoverageOnHover)
    • withShowCoverageOnHover

      public S withShowCoverageOnHover(Boolean showCoverageOnHover)
    • getZoomToBoundsOnClick

      public Boolean getZoomToBoundsOnClick()
    • setZoomToBoundsOnClick

      public void setZoomToBoundsOnClick(Boolean zoomToBoundsOnClick)
    • withZoomToBoundsOnClick

      public S withZoomToBoundsOnClick(Boolean zoomToBoundsOnClick)
    • getSingleMarkerMode

      public Boolean getSingleMarkerMode()
    • setSingleMarkerMode

      public void setSingleMarkerMode(Boolean singleMarkerMode)
    • withSingleMarkerMode

      public S withSingleMarkerMode(Boolean singleMarkerMode)
    • getDisableClusteringAtZoom

      public Number getDisableClusteringAtZoom()
    • setDisableClusteringAtZoom

      public void setDisableClusteringAtZoom(Number disableClusteringAtZoom)
    • withDisableClusteringAtZoom

      public S withDisableClusteringAtZoom(Number disableClusteringAtZoom)
    • getRemoveOutsideVisibleBounds

      public Boolean getRemoveOutsideVisibleBounds()
    • setRemoveOutsideVisibleBounds

      public void setRemoveOutsideVisibleBounds(Boolean removeOutsideVisibleBounds)
    • withRemoveOutsideVisibleBounds

      public S withRemoveOutsideVisibleBounds(Boolean removeOutsideVisibleBounds)
    • getAnimate

      public Boolean getAnimate()
    • setAnimate

      public void setAnimate(Boolean animate)
    • withAnimate

      public S withAnimate(Boolean animate)
    • getAnimateAddingMarkers

      public Boolean getAnimateAddingMarkers()
    • setAnimateAddingMarkers

      public void setAnimateAddingMarkers(Boolean animateAddingMarkers)
    • withAnimateAddingMarkers

      public S withAnimateAddingMarkers(Boolean animateAddingMarkers)
    • getSpiderfyShapePositions

      public software.xdev.vaadin.maps.leaflet.base.RawString getSpiderfyShapePositions()
    • setSpiderfyShapePositions

      public void setSpiderfyShapePositions(software.xdev.vaadin.maps.leaflet.base.RawString spiderfyShapePositions)
    • withSpiderfyShapePositions

      public S withSpiderfyShapePositions(software.xdev.vaadin.maps.leaflet.base.RawString spiderfyShapePositions)
    • getSpiderfyDistanceMultiplier

      public Number getSpiderfyDistanceMultiplier()
    • setSpiderfyDistanceMultiplier

      public void setSpiderfyDistanceMultiplier(Number spiderfyDistanceMultiplier)
    • withSpiderfyDistanceMultiplier

      public S withSpiderfyDistanceMultiplier(Number spiderfyDistanceMultiplier)
    • getSpiderLegPolylineOptions

      public Object getSpiderLegPolylineOptions()
    • setSpiderLegPolylineOptions

      public void setSpiderLegPolylineOptions(Object spiderLegPolylineOptions)
    • withSpiderLegPolylineOptions

      public S withSpiderLegPolylineOptions(Object spiderLegPolylineOptions)
    • getChunkedLoading

      public Boolean getChunkedLoading()
    • setChunkedLoading

      public void setChunkedLoading(Boolean chunkedLoading)
    • withChunkedLoading

      public S withChunkedLoading(Boolean chunkedLoading)
    • getChunkInterval

      public Number getChunkInterval()
    • setChunkInterval

      public void setChunkInterval(Number chunkInterval)
    • withChunkInterval

      public S withChunkInterval(Number chunkInterval)
    • getChunkDelay

      public Number getChunkDelay()
    • setChunkDelay

      public void setChunkDelay(Number chunkDelay)
    • withChunkDelay

      public S withChunkDelay(Number chunkDelay)
    • getChunkProgress

      public software.xdev.vaadin.maps.leaflet.base.RawString getChunkProgress()
    • setChunkProgress

      public void setChunkProgress(software.xdev.vaadin.maps.leaflet.base.RawString chunkProgress)
    • withChunkProgress

      public S withChunkProgress(software.xdev.vaadin.maps.leaflet.base.RawString chunkProgress)
    • getPolygonOptions

      public Object getPolygonOptions()
    • setPolygonOptions

      public void setPolygonOptions(Object polygonOptions)
    • withPolygonOptions

      public S withPolygonOptions(Object polygonOptions)