Any ideas as to how I could create a smooth map rotation? I'm looking at producing a simple "heads up" display when using a GPS. I can bind the map rotation to the GPS Heading, but this results in very jerky movements of the map. What would be a simple way to "storyboard" the property so as to enjoy a smooth transition between map rotations?
The SDK offers a Map.PanDuration and Map.ZoomDuration, but not a Map.RotationDuration...