siralam / CameraViewPlus

Forked from Google's CameraView, but solved bugs and added features.
Apache License 2.0
86 stars 22 forks source link

Zoom on pitch isn't opcional #5

Closed oscarcpozas closed 6 years ago

oscarcpozas commented 6 years ago

I'm trying implement your project but I don't see the option to disable the zoom. It's possible?

siralam commented 6 years ago

Oh you are right I didn't make it optional. Will add that in the future. For now, you may try

cameraView.setPixelsPerOneZoomLevel(Integer.MAX_VALUE)

oscarcpozas commented 6 years ago

If you assign it to me, I'll make a pull request with the necessary changes.

siralam commented 6 years ago

@oscarcpozas You are welcomed, just feel free to do that :)

oscarcpozas commented 6 years ago

It's here: https://github.com/siralam/CameraViewPlus/pull/7