Class VectorLayerOptions
java.lang.Object
io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptions
io.jmix.mapsflowui.kit.component.model.layer.option.VectorLayerOptions
- All Implemented Interfaces:
- BaseVectorLayer.HasBackground,- BaseVectorLayer.HasBaseVectorLayerOptions,- BaseVectorLayer.HasDeclutter,- BaseVectorLayer.HasRenderBuffer,- BaseVectorLayer.HasUpdateWhileAnimating,- BaseVectorLayer.HasUpdateWhileInteracting,- HasBaseLayerOptions
Options for vector layer.
 
For more details see: VectorLayer docs
- 
Field SummaryFields inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptionsbackground, declutter, renderBuffer, updateWhileAnimating, updateWhileInteracting
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseVectorLayerOptionsgetBackground, getDeclutter, getRenderBuffer, getUpdateWhileAnimating, getUpdateWhileInteracting, setBackground, setDeclutter, setRenderBuffer, setUpdateWhileAnimating, setUpdateWhileInteractingMethods inherited from class io.jmix.mapsflowui.kit.component.model.layer.option.BaseLayerOptionsgetClassName, getExtent, getMaxZoom, getMinZoom, getOpacity, getVisible, getZIndex, setClassName, setExtent, setMaxZoom, setMinZoom, setOpacity, setVisible, setZIndex
- 
Constructor Details- 
VectorLayerOptionspublic VectorLayerOptions()
 
-