Solved! Go to Solution.
You can listen to the arcgisViewChange event. This event emits when stationary toggles and you can reference the properties related to the view.
Demo: https://codepen.io/odoe/pen/gbbZWNP?editors=1001
Is it correct?
You can listen to the arcgisViewChange event. This event emits when stationary toggles and you can reference the properties related to the view.
Demo: https://codepen.io/odoe/pen/gbbZWNP?editors=1001
Thank you!