Interface LeafletMouseEvent

Hierarchy

Index

Properties

Properties

public containerPoint: Point

Pixel coordinates of the point where the mouse event occured relative to the map сontainer.

public latlng: LatLng

The geographical point where the mouse event occured.

public layerPoint: Point

Pixel coordinates of the point where the mouse event occured relative to the map layer.

public originalEvent: MouseEvent

The original DOM mouse event fired by the browser.

public target: any

The object that fired the event.

public type: string

The event type (e.g. 'click').