Reputation: 1
I want to change the north/south orientation in a MapView based on two GeoPoints:
So if you would draw a line between the two points, this would be a straight line from south to north. Is there any way to align the map this way?
Upvotes: 0
Views: 1761
Reputation: 1250
In case you haven't solved this yet, you can rotate the map however you'd like.
http://code.google.com/p/cameralert/wiki/RotateTouches
That contains the ability to rotate based on the compass sensor. For you I'd just set the rotation to 180 and remove the location sensor updates.
Upvotes: 1