当前位置: 代码迷 >> JavaScript >> 51map 标注拖拽
  详细解决方案

51map 标注拖拽

热度:288   发布时间:2013-02-02 12:27:16.0
51地图 标注拖拽
var option = new LTMarkerOptions();
    option.point = new LTPoint(lon,lat);
marker= new LTMarkerOverlay(option);
map.overlayManager.addOverLay(marker);

以上我创建了一个marker标注,我现在想让这个标注能在地图上拖动,该如何呢,我用了marker.enableDrag(); 出错的 没用,高手帮忙

------解决方案--------------------
来吧,我接着
  相关解决方案