Uses of Class
com.vaadin.flow.component.map.configuration.Feature
-
-
Uses of Feature in com.vaadin.flow.component.map.configuration.feature
Subclasses of Feature in com.vaadin.flow.component.map.configuration.feature Modifier and Type Class Description class
MarkerFeature
A convenience class for displaying icons or images, such as markers, at a specific location on the map.class
PointBasedFeature
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 Feature Modifier and Type Method Description List<Feature>
FeatureLayer. getFeatures()
The features managed by this layer.Methods in com.vaadin.flow.component.map.configuration.layer with parameters of type Feature Modifier and Type Method Description void
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 Feature Modifier and Type Method Description List<Feature>
VectorSource. getFeatures()
Methods in com.vaadin.flow.component.map.configuration.source with parameters of type Feature Modifier and Type Method Description void
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 Feature Modifier and Type Method Description Feature
FeatureEventDetails. getFeature()
The feature of the eventFeature
MapFeatureClickEvent. getFeature()
The feature that was clickedConstructors in com.vaadin.flow.component.map.events with parameters of type Feature Constructor Description FeatureEventDetails(Feature feature, VectorSource source, VectorLayer layer)
-