IMouseMoveEventArgs

12 Sep 20251 minute to read

Specifies the event arguments for mouseMove event in the Maps.

Properties

latitude number

Gets the current latitude value of the location over which the mouse pointer is moved.

longitude number

Gets the current longitude value of the location over which the mouse pointer is moved.

target Element

Gets the current target element over which the mouse is positioned on the Maps.

x number

Gets the current horizontal position value of the location over which the mouse pointer is moved.

y number

Gets the current vertical position value of the location over which the mouse pointer is moved.