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.source.VectorSource
Packages that use VectorSource
Package
Description
-
Uses of VectorSource in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return VectorSourceMethods in com.vaadin.flow.component.map.configuration.layer with parameters of type VectorSourceModifier and TypeMethodDescriptionvoid
VectorLayer.setSource
(VectorSource source) Sets the source for this layer.
-
Uses of VectorSource in com.vaadin.flow.component.map.events
Methods in com.vaadin.flow.component.map.events that return VectorSourceModifier and TypeMethodDescriptionFeatureEventDetails.getSource()
The
VectorSource
that contains the featureMapFeatureClickEvent.getVectorSource()
The source that contains the feature
MapFeatureDropEvent.getVectorSource()
The source that contains the feature
Constructors in com.vaadin.flow.component.map.events with parameters of type VectorSourceModifierConstructorDescriptionFeatureEventDetails
(Feature feature, VectorSource source, VectorLayer layer)