Issue: With 200.8 onNavigatingChanged seems to be triggering just by a tap and hold on the map and not when the map pan/zooms/viewpoint actually changes.
The code inspector state; "The navigation status indicates whether the viewpoint is changing, due
to either user interaction (panning and/or zooming) or a viewpoint animation."
Question: Is this a bug or an error in the docs?
It seems like the onNavigatingChanged should not trigger unless the viewpoint changes to avoid false triggers.