Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以禁用Mapbox 中出现的手势,例如缩放、通过两指移动等吗?如果是,请告诉我。我研究过,但无处可寻。如果你们中的任何人都知道,那么请告诉我。
通过传递以下参数,flutter-mapbox-gl您可以在创建新小部件时禁用这些。MapboxMap
flutter-mapbox-gl
MapboxMap
MapboxMap( scrollGesturesEnabled: false, rotateGesturesEnabled: false, tiltGesturesEnabled: false, zoomGesturesEnabled: false, ...)