diff --git a/docs/api/scene.en.md b/docs/api/scene.en.md index d51f54401c..9202e30952 100644 --- a/docs/api/scene.en.md +++ b/docs/api/scene.en.md @@ -317,10 +317,10 @@ scene.setPitch(pitch); 参数 : -- `extent` { array} 经纬度范围 [minlng,minlat,maxlng,maxlat] +- `extent` { array} 经纬度范围 [[minlng,minlat],[maxlng,maxlat]] ```javascript -scene.fitBounds([112, 32, 114, 35]); +scene.fitBounds([[112, 32], [114, 35]]); ``` ### getContainer diff --git a/docs/api/scene.zh.md b/docs/api/scene.zh.md index 6ba960cfdc..d3b4955e49 100644 --- a/docs/api/scene.zh.md +++ b/docs/api/scene.zh.md @@ -351,10 +351,10 @@ scene.setPitch(pitch); 参数 : -- `extent` { array} 经纬度范围 [minlng,minlat,maxlng,maxlat] +- `extent` { array} 经纬度范围 [[minlng,minlat],[maxlng,maxlat]] ```javascript -scene.fitBounds([112, 32, 114, 35]); +scene.fitBounds([[112, 32], [114, 35]]); ``` ### removeLayer