Hi,
androidMap is a MapView
When i use the rotation on my MapView
androidMap.Rotation += 10;
The rotation is ok, but the objects inside the view are cut to the border of the old view.
I can refresh ? redraw ? Change extend ? to see my map correctly?
Regards
Laurent
MapView and rotation
Hi Laurent,
The rotation function is not implemented. It is really a good requirement but it is not on our list right now. We will consider it very carefully and try to implement it later.
The property “Rotation” in MapView inherits from View. If we use “androidMap.Rotation”, it will only rotate the view like the other views. So we can’t use it to rotate the map.
Best Regards,
Ethan