سؤال

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

هل كانت مفيدة؟

المحلول

_mapView.userInteractionEnabled = NO;
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top