Skip to content

Commit

Permalink
Enable MapRotation in SCEE
Browse files Browse the repository at this point in the history
mcliquid committed Aug 26, 2024
1 parent 6c50d98 commit efd4947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -178,7 +178,7 @@ open class MapFragment : Fragment(R.layout.fragment_map) {
map.uiSettings.isLogoEnabled = false
map.uiSettings.flingThreshold = 250
map.uiSettings.flingAnimationBaseTime = 500
map.uiSettings.isDisableRotateWhenScaling = true
map.uiSettings.isDisableRotateWhenScaling = false

map.addOnMoveListener(object : MapLibreMap.OnMoveListener {
override fun onMoveBegin(detector: MoveGestureDetector) {

0 comments on commit efd4947

Please sign in to comment.