Is there a way to programmatically rotate a MapView?
I would like to rotate the map to orient it with respect to the rhumb-line (course from previous mark to next mark).
I have tried spoofing both MapView.setMapVisibleArea and MapView.setScreenVisibleArea with no success, including a crash: "bottomRightX and bottomRightY should be greater than topLeftX and topLeftY respectively"
The MapTrackView orients the map according to the compass, but that is not applicable to my use case, but indicates that it "should" be possible.