Uses of Class
com.vaadin.flow.component.map.events.MapFeatureClickEvent
-
Packages that use MapFeatureClickEvent Package Description com.vaadin.flow.component.map -
-
Uses of MapFeatureClickEvent in com.vaadin.flow.component.map
Method parameters in com.vaadin.flow.component.map with type arguments of type MapFeatureClickEvent Modifier and Type Method Description RegistrationMapBase. addFeatureClickListener(ComponentEventListener<MapFeatureClickEvent> listener)Adds a click listener for geographical features.RegistrationMapBase. addFeatureClickListener(VectorLayer layer, ComponentEventListener<MapFeatureClickEvent> listener)Adds a click listener for geographical features.
-