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:
Stores information about a Feature
that is part of an event
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureEventDetails
(Feature feature, VectorSource source, VectorLayer layer) -
Method Summary
Modifier and TypeMethodDescriptionThe feature of the event
getLayer()
The
VectorLayer
that contains the featureThe
VectorSource
that contains the feature
-
Constructor Details
-
FeatureEventDetails
-
-
Method Details
-
getFeature
The feature of the event
-
getSource
The
VectorSource
that contains the feature -
getLayer
The
VectorLayer
that contains the feature
-