【问题标题】:Flutter: Can I Disable GoogleMap Camera Move?Flutter:我可以禁用 GoogleMap 相机移动吗?
【发布时间】:2021-08-29 08:43:45
【问题描述】:

所以我有如下表格

当用户在谷歌地图表单中拖动时,我想禁用相机移动。这可能吗?如果是,怎么做?

【问题讨论】:

    标签: flutter google-maps


    【解决方案1】:

    GoogleMap 有一些处理用户交互的参数

                    zoomGesturesEnabled: false,
                    scrollGesturesEnabled: false,
                    tiltGesturesEnabled: false,
                    rotateGesturesEnabled: false,
                    zoomControlsEnabled: false,
    

    【讨论】:

      猜你喜欢
      • 2019-01-16
      • 1970-01-01
      • 1970-01-01
      • 2015-02-12
      • 2020-10-11
      • 1970-01-01
      • 1970-01-01
      • 2021-07-02
      • 1970-01-01
      相关资源
      最近更新 更多