(1)在某个特定的位置创建一个信息窗口:var infowindow = new BMap.InfoWindow("内容",{width:250,height:100,title:"hello"});
(2)在地图中央打开信息窗口:map.openInfoWindow(infoWindow,map.getCenter());
(1)在某个特定的位置创建一个信息窗口:var infowindow = new BMap.InfoWindow("内容",{width:250,height:100,title:"hello"});
(2)在地图中央打开信息窗口:map.openInfoWindow(infoWindow,map.getCenter());
原文:https://www.cnblogs.com/swfzzz/p/8424540.html