Can we move forward and backward with GSV api in python

231 Views Asked by At

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?

1

There are 1 best solutions below

0
Life is complex On

The google-streetview API that you are using relies on the Google Street View Image API.

The Google API does this:

Embed a non-interactive Street View panorama or thumbnail into your web page using a simple HTTP request, with no need for any other code.

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.

Add an interactive Street View panorama to your map using the Maps JavaScript API Street View service.