使用麻点图层显示的时候如何定位到对应的要显示的图层上面,现在是每次加载都是定位到初始地图的中心点,没有移动到对应的图层点上。
map.centerAndZoom(new BMap.Point(p.lng, p.lat), 14);