fix: lint

This commit is contained in:
lzxue 2021-11-01 20:44:04 +08:00
parent 31ff59a963
commit e31bd22bd3
1 changed files with 3 additions and 0 deletions

View File

@ -490,6 +490,7 @@ scene.setPitch(pitch);
```
### setMapStatus 设置地图状态
可用来关闭地图的一些交互操作
可用来关闭地图的一些交互操作
@ -535,6 +536,7 @@ scene.fitBounds([
参数 :
- pixel 画布的坐标 [x ,y ] {array }
```
scene.pixelToLngLat([10,10]);
```
@ -560,6 +562,7 @@ scene.lngLatToPixel([120,10]);
参数 :
- pixel 画布的坐标 [x ,y ] {array }
```
scene.pixelToLngLat([10,10]);
```