The geographic location on the map of the center of the touch event points.
The geographical locations on the map corresponding to a
touch event's touches
property.
The DOM event which caused the map event.
The pixel coordinates of the center of the touch event points, relative to the map and measured from the top left corner.
The array of pixel coordinates corresponding to a
touch event's touches
property.
The Map
object that fired the event.
The event type.
true
if preventDefault
has been called.
Prevents subsequent default processing of the event by the map.
Calling this method will prevent the following default map behaviors:
touchstart
events, the behavior of DragPanHandlertouchstart
events, the behavior of TwoFingersTouchZoomRotateHandler
MapTouchEvent
is the event type for touch-related map events.