java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<LeafletMap>
org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
org.vaadin.addons.componentfactory.leaflet.layer.events.MoveEndEvent
All Implemented Interfaces:
Serializable

@DomEvent("leaflet-moveend") public class MoveEndEvent extends LeafletEvent
Event fired when the map has finished being moved (panned).
See Also:
  • Constructor Details

    • MoveEndEvent

      public MoveEndEvent(LeafletMap source, boolean fromClient, @EventData("event.detail.target.options.uuid") String layerId)
      Creates a new move end event.
      Parameters:
      source - the source component
      fromClient - true if the event originated on the client side
      layerId - the identifier of the layer that moved