Does ESRI have a single example of a MapView event being handled from a ViewModel using the best MVVM approach possible?
I am using the basic Display a Map example from ESRI and added Prism for commands and the event aggregator. How would you handle the GeoViewTapped event in the MapViewModel?
Edit
Thank you for the responses already. I should have included this in the original post.
Using WPF and .NET 6 and starting with this tutorial. https://developers.arcgis.com/net/maps-2d/tutorials/display-a-map/