draggable
A Boolean value that determines whether the user can drag the annotation.
Declaration
get draggable(): boolean;
set draggable(value: boolean);Discussion
The user can move the annotation if the draggable property is true.
A Boolean value that determines whether the user can drag the annotation.
get draggable(): boolean;
set draggable(value: boolean);The user can move the annotation if the draggable property is true.