We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.map.configuration.layer.VectorLayer
Packages that use VectorLayer
Package
Description
-
Uses of VectorLayer in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map with parameters of type VectorLayerModifier and TypeMethodDescriptionMapBase.addFeatureClickListener
(VectorLayer layer, ComponentEventListener<MapFeatureClickEvent> listener) Adds a click listener for geographical features.
-
Uses of VectorLayer in com.vaadin.flow.component.map.configuration.layer
Subclasses of VectorLayer in com.vaadin.flow.component.map.configuration.layerModifier and TypeClassDescriptionclass
Layer that allows to conveniently display a number of geographic features.
-
Uses of VectorLayer in com.vaadin.flow.component.map.events
Methods in com.vaadin.flow.component.map.events that return VectorLayerModifier and TypeMethodDescriptionFeatureEventDetails.getLayer()
The
VectorLayer
that contains the featureMapFeatureClickEvent.getLayer()
The layer that contains the feature
MapFeatureDropEvent.getLayer()
The layer that contains the feature
Constructors in com.vaadin.flow.component.map.events with parameters of type VectorLayerModifierConstructorDescriptionFeatureEventDetails
(Feature feature, VectorSource source, VectorLayer layer)