Skip to content

Commit

Permalink
fix: fix android set zoom gestures function (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
illuminati1911 authored Nov 29, 2024
1 parent 5f0b2a8 commit 7b836d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public enum Command {
SET_SCROLL_GESTURES_ENABLED_DURING_ROTATE_OR_ZOOM(
18, "setScrollGesturesEnabledDuringRotateOrZoom"),
SET_TILT_GESTURES_ENABLED(19, "setTiltGesturesEnabled"),
SET_ZOOM_GESTURES_ENABLED(20, "setZoomGestures"),
SET_ZOOM_GESTURES_ENABLED(20, "setZoomGesturesEnabled"),
SET_BUILDINGS_ENABLED(21, "setBuildingsEnabled"),
SET_MAP_TYPE(22, "setMapType"),
SET_MAP_TOOLBAR_ENABLED(23, "setMapToolbarEnabled"),
Expand Down

0 comments on commit 7b836d6

Please sign in to comment.