dragPan property

DragPanHandler dragPan

The map's {@link DragPanHandler}, which implements dragging the map with a mouse or touch gesture. Find more details and examples using dragPan in the {@link DragPanHandler} section.

Implementation

DragPanHandler get dragPan => DragPanHandler.fromJsObject(jsObject.dragPan);