All Implemented Interfaces:
Serializable

@DomEvent("tileunload") public class TileUnloadEvent extends TileEvent
Event fired when a tile is removed (e.g. when a tile goes off the screen).
See Also:
  • Constructor Details

    • TileUnloadEvent

      public TileUnloadEvent(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 unload 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