I need do SceneView.goTo() but I need that my target location be shown NOT in screen center, but in its 3/4 height, as if panned upwards.
How do I do this by javascript?
Help will be greatly appreciated.
Michael
Solved! Go to Solution.
You might be able to use the viewPadding parameter on the SceneView
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#padding
You might be able to use the viewPadding parameter on the SceneView
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html#padding
Dear JethroLeevers, Thank you!