- Legend to Symbols

-
Interface nokia.maps.dom.Touch
Interface Summary
The Touch class represents a single touch on the surface of the screen.
A touch is the presence or movement of a finger that is part of a unique multi-touch
sequence. Use the property nokia.maps.dom.Event#changedTouches
to get all the touch objects that have changed in a touch event.
Field Summary
Number
clientX
This property holds the x-coordinate of the touch location relative to the window viewport.
Number
clientY
This property holds the y-coordinate of the touch location relative to the window viewport.
Number
identifier
This property holds a unique identifier for this touch object.
Number
pageX
This property holds the x-coordinate of the touch location in page coordinates.
Number
pageY
This property holds the y-coordinate of the touch location in page coordinates.
Number
screenX
This property holds the x-coordinate of the touch location in screen coordinates.
Number
screenY
This property holds the y-coordinate of the touch location in screen coordinates.
Number
target
This property holds the target of the given touch object.