【问题标题】:How can I disable the gestures in mapbox in flutter?如何在颤动中禁用地图框中的手势?
【发布时间】:2020-12-30 13:46:05
【问题描述】:

我能否禁用 Mapbox 中的颤动手势,例如缩放、通过两指移动 等?如果是,请告诉我。我研究过,但无处可寻。如果你们中的任何人知道然后请电话l。

【问题讨论】:

标签: android flutter flutter-layout android-mapview fluttermap


【解决方案1】:

使用flutter-mapbox-gl,您可以在创建新的MapboxMap 小部件时通过传递以下参数来禁用这些。

MapboxMap(
                  scrollGesturesEnabled: false,
                  rotateGesturesEnabled: false,
                  tiltGesturesEnabled: false,
                  zoomGesturesEnabled: false,
...)

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-01-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-13
    • 2014-04-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多