mapbox-maps-android
mapbox-maps-android copied to clipboard
Unable to disable pinch rotation
Environment
- Android OS version: 30
- Devices affected:
- Maps SDK Version: 10.5.0
Observed behaviour and steps to reproduce
I am unable to disable pinch rotation, and I have tried a couple of ways to do that
mapView.gestures.rotateEnabled = false
I also tried disabling the compass but that didn't seem to help
mapView.compass.enabled = false
Expected behaviour
mapView.gestures.rotateEnabled = false should disable pinch rotation
Notes / preliminary analysis
I am not sure if there is anything else I need to do, I couldn't find anything in the documentation