We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 layer
void
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 event
MapFeatureClickEvent.getFeature()
The feature that was clicked
MapFeatureDropEvent.getFeature()
The feature that was moved using drag and drop
Constructors in com.vaadin.flow.component.map.events with parameters of type FeatureModifierConstructorDescriptionFeatureEventDetails
(Feature feature, VectorSource source, VectorLayer layer)