I am attempting to use the ArcGIS SDK for .NET to create a navigation app. I am having trouble getting started using the tutorial. I understand that there are example files on GitHub and example code at this link: https://developers.arcgis.com/net/route-and-directions/navigate-a-route/
However, I don't know what other files to include, or what to put in them. What basic files should I include to navigate a route from origin to destination in the WPF format?
what' your dev environment?
Visual Studio on Windows 10
I recommend following this WPF-based tutorial: Find a route and directions
It actually starts with the Display a map tutorial which is based on our Visual Studio project templates, and it builds up from there.
There isn't really very much to it, although the project templates do demonstrate a simple MVVM pattern to help guide you into using best practices as you build more and larger apps - more info on the VS extension and templates here: Install and set up | ArcGIS Runtime API for .NET | ArcGIS Developers
Thank you for taking the time to look this over.
I have this tutorial working relatively well, but implementing the actual navigation is where I'm having problems, as opposed to just finding the route.
The Navigate route with rerouting | ArcGIS Runtime API for .NET | ArcGIS Developers sample should point you in the right direction.