I need to determine if a given location has street view or not. So getPanoramaByLocation js API is the only way I can use as far as i know.
However, I have a python script to handle all those location data. So I am wondering how can I call getPanoramaByLocation from python by using PyV8? Do I need to load https://maps.googleapis.com/maps/api/js in python?
I am kinda new to this. So any hint and guide would be greatly appreciated!.
Thanks