);map.addControl(new BMap.NavigationControl({type: BMAP_NAVIGATION_CONTROL_SMALL}));map.enableScrollWheelZoom();function getBoundary(){ var bdary = new BMap.Boundary(); var name = document.getElementById("districtName").value; bd…
var map = new BMap.Map('map'); var poi = new BMap.Point(112.53, 37.87); map.enableScrollWheelZoom(); map.centerAndZoom(poi, 12); map.addEventListener("mousemove",function(e){ console.log(e.point) }); map.addEventListener("click",functi…