BaiduMapTrackRender.vue 百度地图轨迹绘制
Installation 安装
npm install baidu-map-track-render-vue --save
Import 引入
recommended: import vue component directly 建议直接引入vue组件
Or import common or esm
Usage 使用
The ponit type is WGS84. Example points: 坐标是WGS84类型的. 示例点:
points: lng: 116399 lat: 39910 lng: 116405 lat: 39920 lng: 116423493 lat: 39907445
Important 注意事项
-
此组件仅连接给定的点
-
此组件将转换坐标为BD09,所以仅能接受中国地区坐标
-
一定要注意高度, 高度为0时组件将不可见
-
This component will only render given points to track 2. This component will convert the coordinates to BD09, so can only accept the coordinates of the Chinese region 3. Pay attention on height, when height is 0, the component will not be visible