当我用 2 根手指缩放地图时,旋转手势会触发更多次。如何防止这种行为?例如在Android中,我们有这个方法
mapboxMap.getUiSettings().setIncreaseRotateThresholdWhenScaling(true);
这有助于在缩放时防止旋转,但在 iOS 中我找不到。
当我用 2 根手指缩放地图时,旋转手势会触发更多次。如何防止这种行为?例如在Android中,我们有这个方法
mapboxMap.getUiSettings().setIncreaseRotateThresholdWhenScaling(true);
这有助于在缩放时防止旋转,但在 iOS 中我找不到。