Interface AbstractClusterSource.HasClusterSourceOptions
- All Superinterfaces:
AbstractClusterSource.HasDisableAtZoom
,AbstractClusterSource.HasDistance
,AbstractClusterSource.HasMinDistance
,AbstractClusterSource.HasPointStyle
,AbstractClusterSource.HasPointTextStyle
,AbstractClusterSource.HasShowSinglePointAsCluster
,AbstractClusterSource.HasVectorSource
,AbstractClusterSource.HasWeightProperty
- All Known Implementing Classes:
ClusterSource
,NoOpClusterSource
- Enclosing class:
- AbstractClusterSource
public static interface AbstractClusterSource.HasClusterSourceOptions
extends AbstractClusterSource.HasDistance, AbstractClusterSource.HasMinDistance, AbstractClusterSource.HasVectorSource, AbstractClusterSource.HasWeightProperty, AbstractClusterSource.HasShowSinglePointAsCluster, AbstractClusterSource.HasDisableAtZoom, AbstractClusterSource.HasPointTextStyle, AbstractClusterSource.HasPointStyle
Interface to be implemented by sources that should provide all attributes from
AbstractClusterSource
.-
Method Summary
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasDisableAtZoom
getDisableAtZoom, setDisableAtZoom
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasDistance
getDistance, setDistance
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasMinDistance
getMinDistance, setMinDistance
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasPointStyle
addPointStyles, getPointStyles, removeAllPointStyles, removePointStyles
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasPointTextStyle
getPointTextStyle, setPointTextStyle
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasShowSinglePointAsCluster
getShowSinglePointAsCluster, setShowSinglePointAsCluster
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasVectorSource
getVectorSource, setVectorSource
Methods inherited from interface io.jmix.mapsflowui.kit.component.model.source.AbstractClusterSource.HasWeightProperty
getWeightProperty, setWeightProperty