draggable property

bool get draggable

If true, the map object can be dragged by the user. Default: false.

Implementation

core.bool get draggable;
set draggable (bool val)

Implementation

set draggable(core.bool val);