All Implemented Interfaces:
Serializable

@DomEvent("tileload") public class TileLoadEvent extends TileEvent
Event fired when a tile finishes loading.
See Also:
  • Constructor Details

    • TileLoadEvent

      public TileLoadEvent(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 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