Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 443 Bytes

File metadata and controls

25 lines (13 loc) · 443 Bytes

PointerEvent

Event object passed to some of InteractiveMap's callback props.

Members

type (String)

The name of the event.

point (Array)

The screen coordinates that is being clicked.

lngLat (Array)

The geo coordinates that is being clicked.

target (Element)

The target element of the pointer event.

srcEvent (Object)

The original browser event.