-
Which of the following event will be fired when a user drags the map?
-
- dragstart
- idle
- drag
- dragend
- None of these
Correct Option: C
The drag event will be fired repeatedly while the user drags the map. When the user stops dragging the map dragend event will be fired, dragstart event will be fired when a user starts dragging the map.