Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Last active December 4, 2020 17:52
Show Gist options
  • Save husaynhakeem/91182a6de4853637f57882ca9c54a465 to your computer and use it in GitHub Desktop.
Save husaynhakeem/91182a6de4853637f57882ca9c54a465 to your computer and use it in GitHub Desktop.
CameraView CameraController
isZoomSupported() -
isPinchToZoomEnabled() isPinchToZoomEnabled()
setPinchToZoomEnabled(Boolean) setPinchToZoomEnabled(Boolean)
getZoomRatio() getZoomState().getZoomRatio()
getMinZoomRatio() getZoomState().getMinZoomRatio()
getMaxZoomRatio() getZoomState().getMaxZoomRatio()
- getZoomState().getLinearZoom()
setZoomRatio(float) setZoomRatio(float)
- setLinearZoom(float)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment