I’m trying to create an app that would enable the user would click on a point in a Dash Mapbox to retrieve the latlon from clickData and that will feed into the latlon for the Streetview.
This is what I have tried but it’s telling me ‘google is not defined.’
I figured the error is related to importing a google library but how I can import it since we are running a Python script? Wouldn’t there need to be a library written in Python to work where I can pip install? This is the documentation Google provides (Street View Service | Maps JavaScript API | Google Developers) but there isn’t any mention of using the API in Python