本文介绍视角定位view.goTo
1. 视角锁定 3.x中的map.centerAt 功能在4.x中被移除了,取而代之的是功能更加强大的动态摄像头追逐 view.goTo 功能。
2. SceneView.goTo ( GoToTarget3D , GoToOptions3D ) 先上api https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#camera https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#goTo https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#GoToTarget3D https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#GoToOptions3D 因为goTo的操作本质上是对设想有 也就是 view.camera类(摄像机)的操作,所以api直接查询SceneView的camera属性就可以了 有兴趣可以去了解一下摄像机对象 camera类 这也是webgl结构下的很重要概念; camera的api地址 https://developers.arcgis.com/javascript/latest/api-reference/esri-Camera.ht