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 TypeMethodDescriptionvoidVectorLayer.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()TheVectorSourcethat contains the featureMapFeatureClickEvent.getVectorSource()The source that contains the featureMapFeatureDropEvent.getVectorSource()The source that contains the featureConstructors in com.vaadin.flow.component.map.events with parameters of type VectorSourceModifierConstructorDescriptionFeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)