Android - osmbonuspack - how to rotate the marker title on the map
问题 My mapview (osmbonuspack) rotates into the walking direction. How can I rotate the marker's title on the map so that they are horizontal - i.e. easy for reading? I see that the marker itself does not need any rotation while the map is turned. Any change in the walking direction will result in the right rotation of the map using: mapview.setMapOrientation( (float) -headingByCompass); So on any change, I first find all Markers on the mapview. Then I tried to rotate them ... but the title