首页 > TAG信息列表 > oldZoom

百度地图(BMapGL) 显示可视范围的插件 mapMaxBounds

class mapMaxBounds {      // map 是百度的BMap实例对象 // bounds 是百度的可视范围类型 BMap.bounds // 这里的map类型在我开发的时候使用的是BMapGL constructor(map, bounds) { this.map = map; map.disableInertialDragging(); this.enabl