コード例 #1
0
 public void makeMarkerDraggable() {
   draggable = true;
   if (marker != null) {
     marker.setDraggable(true);
   }
 }