Uses of Class
com.vaadin.flow.component.map.configuration.source.VectorSource
-
Packages that use VectorSource Package Description com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.events -
-
Uses of VectorSource in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return VectorSource Modifier and Type Method Description VectorSourceFeatureLayer. getSource()The source for this layer.Methods in com.vaadin.flow.component.map.configuration.layer with parameters of type VectorSource Modifier and Type Method Description voidVectorLayer. 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 VectorSource Modifier and Type Method Description VectorSourceFeatureEventDetails. getSource()TheVectorSourcethat contains the featureVectorSourceMapFeatureClickEvent. getVectorSource()The source that contains the featureConstructors in com.vaadin.flow.component.map.events with parameters of type VectorSource Constructor Description FeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)
-