In Google street view, we'll move forward and backward with the help of arrows
By the help of arrows, we'll move to new co ordinates.
Can we implement that in python?
I'm using google-streetview api for python. I couldn't find a feature/function for that.
Is there an option/way to do that?
The google-streetview API that you are using relies on the Google Street View Image API.
The Google API does this:
Since this API is non-interactive you cannot move forward or backward as you can in Google Street View.
If your use case requires you to move forward or backwards then you should explore using the Javascript version of Street View.