[android-developers] Rotate MapView for Android?

2011-07-14 Thread ibrahim yıldırım
i am writing an Android app.this application= Works with GPS and map.it shows the location of.the light leaves.==.mapView.getController().animateTo(myLocation); you, run this program Now, GPS and Map work together. I'm on the road and tries to use GPS turning left or right. Map is rotate?

[android-developers] Rotate MapView

2008-12-07 Thread David C
A few threads have discussed using canvas.rotate() as a means to rotate a MapView. However, onDraw() is declared "final" for MapView and so can't be over-ridden. Is there an alternative way to manipulate the MapView canvas than from onDraw()? Thanks, David --~--~-~--~~~---