Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LeafletMouseEvent

Hierarchy

Index

Properties

containerPoint

containerPoint: Point

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

latlng

latlng: LatLng

The geographical point where the mouse event occured.

layerPoint

layerPoint: Point

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

originalEvent

originalEvent: MouseEvent

The original DOM mouse event fired by the browser.

target

target: any

The object that fired the event.

type

type: string

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