摘要:
var mp = new BMap.Map('map');mp.centerAndZoom(new BMap.Point(121.491, 31.233), 17);...左下角坐标(mp.getBounds().getSouthWest().lng, mp.getBounds().getSouthWest().lat)右下角坐标(mp.getNorthEast().getNorthEast().lng, mp.getBounds().getNorthEast().lat)中心坐标(mp.getCenter().lng, mp.getCenter().lat)Adndroidt 阅读全文
posted @ 2013-12-02 08:41
小さいです哥
阅读(687)
评论(1)
推荐(0)