setAllGesturesEnabled

open fun setAllGesturesEnabled(enabled: Boolean)

Sets the preference for whether all gestures should be enabled or disabled.

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

enabled

If true, all gestures are available; otherwise, all gestures are disabled.

See also