if true the user can edit the polyline or polygon.
bool get editable=>_editable;
set editable(bool value){ _editable=value; _sendData('setPloyEditable', {'editable':value}); }