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.
com.vaadin.flow.component.map.events.
Class FeatureEventDetails
- java.lang.Object
-
- com.vaadin.flow.component.map.events.FeatureEventDetails
-
All Implemented Interfaces:
public class FeatureEventDetails extends Object implements Serializable
Stores information about a
Feature
that is part of an eventSee Also:
-
-
Constructor Summary
Constructors Constructor Description FeatureEventDetails​(Feature feature, VectorSource source, VectorLayer layer)
-
Method Summary
All Methods Modifier and Type Method Description Feature
getFeature()
The feature of the event
VectorLayer
getLayer()
The
VectorLayer
that contains the featureVectorSource
getSource()
The
VectorSource
that contains the feature
-
-
-
Constructor Detail
-
FeatureEventDetails
public FeatureEventDetails​(Feature feature, VectorSource source, VectorLayer layer)
-
-
Method Detail
-
getFeature
public Feature getFeature()
The feature of the event
-
getSource
public VectorSource getSource()
The
VectorSource
that contains the feature
-
getLayer
public VectorLayer getLayer()
The
VectorLayer
that contains the feature
-
-