Overlay should not be rotated when rotate the MapView?
I am trying to rotate the MapView. And could rotate it just like this post:
Rotate MapView in Android
This works well. But I don't want to rotate the my custom Overlay(Created as "extends Overlay").
How to rotate the map without rotating Overlay ?
开发者_StackOverflowThanks.
you have to counter rotate the overlay items.
精彩评论