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 TypeClassDescriptionclassA convenience class for displaying icons or images, such as markers, at a specific location on the map.classAbstract base class for features that are represented by a single point and a single coordinate.classA convenience class for displaying a polygon on the map. -
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 TypeMethodDescriptionvoidFeatureLayer.addFeature(Feature feature) Adds a feature to the layervoidFeatureLayer.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 TypeMethodDescriptionvoidVectorSource.addFeature(Feature feature) voidVectorSource.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)