In .net Maui using Maui.Controls.Maps How Do I Change The Map Orientation
I am able to create a test project to display a map at a specified location on the UI.
What I would like to do is to be able to spin the map by a specified number of degrees (0 – 360).
Basically, I would like to link the map to the compass so that the top of the map on the screen points to the way the device (phone) is pointing.
Many thank for any help.