Interface TileEvent

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

Hierarchy (View Summary)

Properties

coords: Coords
layer: any

The same as propagatedFrom.

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