Uses of Class
com.vaadin.flow.component.map.configuration.layer.VectorLayer
-
Packages that use VectorLayer Package Description com.vaadin.flow.component.map com.vaadin.flow.component.map.configuration.layer com.vaadin.flow.component.map.events -
-
Uses of VectorLayer in com.vaadin.flow.component.map
Methods in com.vaadin.flow.component.map with parameters of type VectorLayer Modifier and Type Method Description com.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.layer Modifier and Type Class Description classFeatureLayerLayer 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 VectorLayer Modifier and Type Method Description VectorLayerFeatureEventDetails. getLayer()TheVectorLayerthat contains the featureVectorLayerMapFeatureClickEvent. getLayer()The layer that contains the featureConstructors in com.vaadin.flow.component.map.events with parameters of type VectorLayer Constructor Description FeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)
-