Interface TileErrorEvent

interface TileErrorEvent {
    coords: Coords;
    error: Error;
    layer: any;
    popup: any;
    propagatedFrom: any;
    sourceTarget: any;
    target: any;
    tile: HTMLImageElement;
    type: string;
}

Hierarchy (View Summary)

Properties

coords: Coords
error: Error
layer: any

The same as propagatedFrom.

popup: any
propagatedFrom: any
sourceTarget: any
target: any
tile: HTMLImageElement
type: string