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 TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationMapBase.addFeatureClickListener(VectorLayer layer, com.vaadin.flow.component.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 TypeClassDescriptionclassLayer 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()TheVectorLayerthat contains the featureMapFeatureClickEvent.getLayer()The layer that contains the featureMapFeatureDropEvent.getLayer()The layer that contains the featureConstructors in com.vaadin.flow.component.map.events with parameters of type VectorLayerModifierConstructorDescriptionFeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)