A .NET MAUI application that demonstrates MVVM patterns in an ArcGIS Maps SDK for .NET application.
This app is featured in an ArcGIS blog post which gives more details and background on MVVM, along with context of how the app was built
- Ensure that your system meets the System requirements for ArcGIS Maps SDK for .NET.
- Clone this repo to your local machine.
- Open the Visual Studio project (MauiArcGISMVVM.csproj).
- The required NuGet packages will be restored, including ArcGIS Maps SDK for .NET.
- Add an API key on line 52 of MauiProgram.cs.
- Visit developers.arcgis.com to sign up for an ArcGIS Location Platform or ArcGIS Account and learn more about API keys and how to generate them in the Create an API key tutorial.