Hi all,
we were using version 4.11 of the Javascript API. We are watching the MapView.animation property for changes.
When we run the following command: MapView.goTo({target: point, scale:100}, { animate: false });
no changes on the state of the animation property are occurring and that is the expected behavior (I guess).
We upgraded to version 4.12 of the Javascript API. The MapView.animation property is changing always independent of the value GoToOptions2D.animate
Is there a workaround for that? Or do we miss something?
Thanks!
Michalis