In maps Activity, the user should not change the angle of direction which the map faces. Map should always face only north side up. How to lock the direction only to north side up and it should able to zoom-in and zoom-out.
Asked
Active
Viewed 45 times
1 Answers
1
If you use Google Maps, just add
googleMap.uiSettings.isRotateGesturesEnabled = false

Vladimir Berezkin
- 3,580
- 4
- 27
- 33