-3

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.

Tharun Eniyan
  • 67
  • 2
  • 13

1 Answers1

1

If you use Google Maps, just add

googleMap.uiSettings.isRotateGesturesEnabled = false
Vladimir Berezkin
  • 3,580
  • 4
  • 27
  • 33