
var rakutenMapGo_usrctl=null;var rakutenMapGo_zomctl=null;function rakutenMapGo_setController(_map,mode){var map;if(!_map){map=rakutenMapC_map;}else{map=_map;}
if(mode=="screen"){rakutenMapGo_usrctl=new ZdcUserControl();rakutenMapGo_usrctl.setImage(rakutenMapGo_CONTROL_PANEL,new ZdcSize(rakutenMapGo_CONTROL_PANEL_WIDTH,rakutenMapGo_CONTROL_PANEL_HEIGHT),rakutenMapGo_CONTROL_SHADOW,new ZdcSize(rakutenMapGo_CONTROL_PANEL_SHADOW_WIDTH,rakutenMapGo_CONTROL_PANEL_SHADOW_HEIGHT));rakutenMapGo_usrctl.setAction('controlUp',rakutenMapGo_CONTROL_PANEL_UP_PX1,rakutenMapGo_CONTROL_PANEL_UP_PY1,rakutenMapGo_CONTROL_PANEL_UP_PX2,rakutenMapGo_CONTROL_PANEL_UP_PY2);rakutenMapGo_usrctl.setAction('controlRight',rakutenMapGo_CONTROL_PANEL_RIGHT_PX1,rakutenMapGo_CONTROL_PANEL_RIGHT_PY1,rakutenMapGo_CONTROL_PANEL_RIGHT_PX2,rakutenMapGo_CONTROL_PANEL_RIGHT_PY2);rakutenMapGo_usrctl.setAction('controlLeft',rakutenMapGo_CONTROL_PANEL_LEFT_PX1,rakutenMapGo_CONTROL_PANEL_LEFT_PY1,rakutenMapGo_CONTROL_PANEL_LEFT_PX2,rakutenMapGo_CONTROL_PANEL_LEFT_PY2);rakutenMapGo_usrctl.setAction('controlDown',rakutenMapGo_CONTROL_PANEL_DOWN_PX1,rakutenMapGo_CONTROL_PANEL_DOWN_PY1,rakutenMapGo_CONTROL_PANEL_DOWN_PX2,rakutenMapGo_CONTROL_PANEL_DOWN_PY2);rakutenMapGo_usrctl.setAction('controlCenter',rakutenMapGo_CONTROL_PANEL_CENTER_PX1,rakutenMapGo_CONTROL_PANEL_CENTER_PY1,rakutenMapGo_CONTROL_PANEL_CENTER_PX2,rakutenMapGo_CONTROL_PANEL_CENTER_PY2);ZdcEvent.addListener(rakutenMapGo_usrctl,'clickend',function(){switch(this.actionid){case'none':break;case'controlUp':map.scrollMap(0,rakutenMapGo_CONTROL_UP_PX);break;case'controlRight':map.scrollMap(rakutenMapGo_CONTROL_RIGHT_PX,0);break;case'controlLeft':map.scrollMap(rakutenMapGo_CONTROL_LEFT_PX,0);break;case'controlDown':map.scrollMap(0,rakutenMapGo_CONTROL_DOWN_PX);break;case'controlCenter':map.restoreMapLocation();break;}});rakutenMapGo_zomctl=new ZdcUserZoomControl();rakutenMapGo_zomctl.setImage(rakutenMapGo_ZOOM_PANEL,new ZdcSize(rakutenMapGo_ZOOM_PANEL_WIDTH,rakutenMapGo_ZOOM_PANEL_HEIGHT),rakutenMapGo_ZOOM_SLICER,new ZdcSize(rakutenMapGo_ZOOM_SLICER_WIDTH,rakutenMapGo_ZOOM_SLICER_HEIGHT),rakutenMapGo_ZOOM_SHADOW,new ZdcSize(rakutenMapGo_ZOOM_SHADOW_WIDTH,rakutenMapGo_ZOOM_SHADOW_HEIGHT));rakutenMapGo_zomctl.setDocPosition(rakutenMapGo_CONTROL_ZOOM_BASE_TOP,rakutenMapGo_CONTROL_ZOOM_BASE_LEFT,rakutenMapGo_CONTROL_ZOOM_SHADOW_TOP,rakutenMapGo_CONTROL_ZOOM_SHADOW_LEFT);rakutenMapGo_zomctl.setDragType(rakutenMapGo_DRAG_TYPE);rakutenMapGo_zomctl.setAction('zoomOut',rakutenMapGo_CONTROL_ZOOM_OUT_PX1,rakutenMapGo_CONTROL_ZOOM_OUT_PY1,rakutenMapGo_CONTROL_ZOOM_OUT_PX2,rakutenMapGo_CONTROL_ZOOM_OUT_PY2);rakutenMapGo_zomctl.setAction('zoomIn',rakutenMapGo_CONTROL_ZOOM_IN_PX1,rakutenMapGo_CONTROL_ZOOM_IN_PY1,rakutenMapGo_CONTROL_ZOOM_IN_PX2,rakutenMapGo_CONTROL_ZOOM_IN_PY2);rakutenMapGo_zomctl.setAction('slither',rakutenMapGo_CONTROL_ZOOM_SLITHER_PX1,rakutenMapGo_CONTROL_ZOOM_SLITHER_PY1,rakutenMapGo_CONTROL_ZOOM_SLITHER_PX2,rakutenMapGo_CONTROL_ZOOM_SLITHER_PY2);rakutenMapGo_zomctl.setAction('setZoom',rakutenMapGo_CONTROL_ZOOM_SET_PX1,rakutenMapGo_CONTROL_ZOOM_SET_PY1,rakutenMapGo_CONTROL_ZOOM_SET_PX2,rakutenMapGo_CONTROL_ZOOM_SET_PY2);ZdcEvent.addListener(rakutenMapGo_zomctl,'clickend',function(){switch(this.actionid){case'none':break;case'zoomOut':map.mapZoomOut();this.setSlitherPosition();break;case'zoomIn':map.mapZoomIn();this.setSlitherPosition();break;case'setZoom':var s=this.getZoom();map.setMapScale(s);this.setSlitherPosition();break;}});ZdcEvent.addListener(rakutenMapGo_zomctl,'mousedowngrid',function(){if(this.actionid=='slither'){this.dragstart();return false;}});ZdcEvent.addListener(rakutenMapGo_zomctl,'mouseup',function(){if(this.actionid=='slither'){this.dragend();}});map.addUserControl(rakutenMapGo_usrctl,rakutenMapGo_CONTROL_PANEL_SET_TOP,0);map.addUserZoomControl(rakutenMapGo_zomctl,rakutenMapGo_CONTROL_ZOOM_SET_TOP,21);rakutenMapGo_zomctl.setSlitherPosition();}}