All Implemented Interfaces:
Serializable

@DomEvent("tileerror") public class TileErrorEvent extends TileEvent
Event fired when there is an error loading a tile.
See Also:
  • Constructor Details

    • TileErrorEvent

      public TileErrorEvent(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 error 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