Class FeatureClickNotifier.FeatureClickEvent<F extends Feature>

java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.feature.FeatureClickNotifier.AbstractFeatureClickEvent<F>
io.jmix.mapsflowui.component.model.feature.FeatureClickNotifier.FeatureClickEvent<F>
All Implemented Interfaces:
Serializable
Enclosing interface:
FeatureClickNotifier<F extends Feature>

public static class FeatureClickNotifier.FeatureClickEvent<F extends Feature> extends FeatureClickNotifier.AbstractFeatureClickEvent<F>
An event that is fired when feature is clicked. Note, if the user makes double click, event will be fired twice.
See Also:
  • Constructor Details

    • FeatureClickEvent

      public FeatureClickEvent(F source, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails)
    • FeatureClickEvent

      public FeatureClickEvent(F source, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails)