Uses of Class
com.vaadin.flow.component.map.configuration.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.vaadin.flow.component.map.configuration.feature
Subclasses of Feature in com.vaadin.flow.component.map.configuration.featureModifier and TypeClassDescriptionclass
A convenience class for displaying icons or images, such as markers, at a specific location on the map.class
Abstract base class for features that are represented by a single point and a single coordinate. -
Uses of Feature in com.vaadin.flow.component.map.configuration.layer
Methods in com.vaadin.flow.component.map.configuration.layer that return types with arguments of type FeatureMethods in com.vaadin.flow.component.map.configuration.layer with parameters of type FeatureModifier and TypeMethodDescriptionvoid
FeatureLayer.addFeature
(Feature feature) Adds a feature to the layervoid
FeatureLayer.removeFeature
(Feature feature) Removes a feature from the layer -
Uses of Feature in com.vaadin.flow.component.map.configuration.source
Methods in com.vaadin.flow.component.map.configuration.source that return types with arguments of type FeatureMethods in com.vaadin.flow.component.map.configuration.source with parameters of type FeatureModifier and TypeMethodDescriptionvoid
VectorSource.addFeature
(Feature feature) void
VectorSource.removeFeature
(Feature feature) -
Uses of Feature in com.vaadin.flow.component.map.events
Methods in com.vaadin.flow.component.map.events that return FeatureModifier and TypeMethodDescriptionFeatureEventDetails.getFeature()
The feature of the eventMapFeatureClickEvent.getFeature()
The feature that was clickedMapFeatureDropEvent.getFeature()
The feature that was moved using drag and dropConstructors in com.vaadin.flow.component.map.events with parameters of type FeatureModifierConstructorDescriptionFeatureEventDetails
(Feature feature, VectorSource source, VectorLayer layer)