public void SetDraggable(bool draggable)
 {
     marker.setDraggable(draggable);
 }