java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<LeafletMap>
All Implemented Interfaces:
Serializable

@DomEvent("tileloadstart") public class TileLoadStartEvent extends TileEvent
Event fired when a tile starts loading.
See Also:
  • Constructor Details

    • TileLoadStartEvent

      public TileLoadStartEvent(LeafletMap source, boolean fromClient, @EventData("event.detail.target.options.uuid") String layerId, @EventData("event.detail.coords.x") double coordsX, @EventData("event.detail.coords.y") double coordsY)
      Creates a new tile load start event.
      Parameters:
      source - the source component
      fromClient - true if the event originated on the client side
      layerId - the identifier of the tile layer the event relates to
      coordsX - the tile x coordinate
      coordsY - the tile y coordinate