I have a C# Xamarin Forms UWP Application displaying a map in the MapView. The client want to add a North Arrow to the map. After hours of googling I have no idea of how to do this. My code is very similar to this official Arcgis example arcgis-runtime-samples-dotnet/src/Forms/Shared/Samples/MapView/DisplayLayerViewState at master · Esri/arcgis-runtime-sam… How would I add a North Arrow to a map like that. Bonus topic - if the map is rotated (as per one of the other example in that project) I would like the arrow to keep pointing in the right direction. We are on version 100.6 of Esri.ArcGISRuntime and Esri.ArcGISRuntime.Xamarin.Forms
... View more