setHorizontalScrollGesturesEnabled

open fun setHorizontalScrollGesturesEnabled(horizontalScrollGesturesEnabled: Boolean)

Changes whether the user may scroll horizontally around the map.

This setting controls only user interactions with the map. If you set the value to false, you may still change the map location programmatically.

The default value is true.

Parameters

horizontalScrollGesturesEnabled

If true, scrolling horizontally is enabled.