setDoubleTapZoomScale

public final void setDoubleTapZoomScale(float doubleTapZoomScale)

Set the scale the image will zoom in to when double tapped. This also the scale point where a double tap is interpreted as a zoom out gesture - if the scale is greater than 90% of this value, a double tap zooms out. Avoid using values greater than the max zoom.

Parameters

doubleTapZoomScale

New value for double tap gesture zoom scale.