# bmap-gl
**Repository Path**: pkpbp/bmap-gl
## Basic Information
- **Project Name**: bmap-gl
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-03-01
- **Last Updated**: 2024-03-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
**作者:**pankunpeng
**交流QQ:**2643139637
**组件名:**bmap-gl
**说明:**使用了v3的百度地图,将使用v2的BMap对象的vue-baidu-map组件改为新款使用v3的BMapGL,
**使用方法:**[API部分借鉴vue-baidu-map文档](https://dafrok.github.io/vue-baidu-map/#/zh/start/base)
**示例图:**

**例子:**
1. 注册
```javascript
// main.js
Vue.use(BaiduMap,{
ak:'ng1I9sDPeznpR8Ctln3GodvjgsTHpGi9'
})
```
2.
```vue
缩放<-->
比例尺<-->
地图类型<-->
定位<-->
切换类型<-->
标注<-->
```
参考文档:[介绍](https://lbs.baidu.com/index.php?title=jspopularGL)
[预览](https://lbs.baidu.com/jsdemo.htm#webgl2_0)
[API](https://mapopen-pub-jsapi.bj.bcebos.com/jsapi/reference/jsapi_webgl_1_0.html#a0b0)