setDoubleTapGesturesEnabled

open fun setDoubleTapGesturesEnabled(doubleTapGesturesEnabled: Boolean)

Changes whether the user may zoom the map with a double tap.

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

doubleTapGesturesEnabled

If true, zooming with a double tap is enabled.