I want to set the pitch pov of streetview panorama when a user presses the zoom in or zoom out buttonns embeeded in streetview panorama but there are no events firing for that while there is when I scroll the mouse middle wheel (scroll).
In the official documentation of Google:
https://developers.google.com/maps/documentation/javascript/examples/streetview-events
there is no way to update the pitch pov using these buttons.
Is there any workaround in order to achieve that?

The
zoom_changedevent works for me:proof of concept fiddle
code snippet: