2017年11月8日
摘要: 1、Control自定义: function ZoomControl(x,y){ // 设置默认停靠位置和偏移量 this.defaultAnchor = BMAP_ANCHOR_TOP_LEFT; this.defaultOffset = new BMap.Size(x, y); } ZoomCo 阅读全文
posted @ 2017-11-08 17:29 msdu 阅读(878) 评论(0) 推荐(0)