Question

how can i disable scrolling on mapbox map view? I see the way to do it from the web -

https://www.mapbox.com/mapbox.js/example/v1.0.0/disable-zooming-panning/

I am not sure how to do it programatically

Was it helpful?

Solution

_mapView.userInteractionEnabled = NO;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top