Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
217 stars 121 forks source link

Adds a GeoView controller to help with common MVVM challenges #528

Closed dotMorten closed 1 year ago

dotMorten commented 1 year ago

Helper class for allowing you to perform view operations on the MapView from your ViewModel, through an attached proxy-object that ensures you keep VM and View separated.

Design choices: