mapbox-maps-android icon indicating copy to clipboard operation
mapbox-maps-android copied to clipboard

Unable to disable pinch rotation

Open VictorNorthheadSyd opened this issue 3 years ago • 0 comments

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

VictorNorthheadSyd avatar Aug 01 '22 00:08 VictorNorthheadSyd