地图滑动返回地图中心点

map.addEventListener(“dragend”, function showInfo()   var pointss = map.getCenter();   alert(pointss.lng + “,” + pointss.lat););