Hello,
I'm using below code to rotate the arcgis map to north-up mode. Where SBUMapView is my arcgis map. This takes longer time to rotate the map to north side. Please help how we can rotate the map within few seconds.
SBUMapView.SetViewpointRotationAsync(0);
SBUMapView.LocationDisplay.AutoPanMode = LocationDisplayAutoPanMode.Off;