open fun setMinZoom(minZoom: Float): Unit
Which is the min zoom that should be allowed. If ZoomApi.setOverPinchable is set to true, this can be over-pinched for a brief time.
abstract fun setMinZoom(minZoom: Float, type: Int): Unit
Which is the min zoom that should be allowed. If ZoomApi.setOverPinchable is set to true, this can be over-pinched for a brief time.
See Also