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 classMarkerFeatureA convenience class for displaying icons or images, such as markers, at a specific location on the map.classPointBasedFeatureAbstract 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 voidFeatureLayer. 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 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 voidVectorSource. 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 Feature Modifier and Type Method Description FeatureFeatureEventDetails. getFeature()The feature of the eventFeatureMapFeatureClickEvent. 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)
-