Hi,
Currently, I am migrating the ArcGis dependency from Runtime 100.13.1 to MapsSDK 200.1.0. Struggling with MapView's gesture handling.
With 100.x we have DefaultMapViewOnTouchListener through that the onSingleTapConfirmed and OnTouch(Up, Down, and Move) events got handled, the same onSingleTapConfirmed available as SharedFlow in 200.x but the onTouch event is not available I can see OnUp and OnDown SharedFlows but not triggering at all. Also, how do I handle OnMove event in the mapview?
UseCase: Identify the features by drawing a box on mapview via TouchListeners!
Thanks in Advance!