Uses of Class
com.vaadin.flow.component.map.configuration.style.Style
Packages that use Style
Package
Description
-
Uses of Style in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return StyleModifier and TypeMethodDescriptionFeature.getStyle()TheStyledefines how the feature should be visually displayed.Methods in com.vaadin.flow.component.map.configuration with parameters of type Style -
Uses of Style in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return StyleModifier and TypeMethodDescriptionFeatureLayer.getClusterStyle()TheStylethat defines how individual clusters should be rendered when clustering is enabled.Methods in com.vaadin.flow.component.map.configuration.layer with parameters of type StyleModifier and TypeMethodDescriptionvoidFeatureLayer.setClusterStyle(Style clusterStyle) Sets the style for individual clusters.