How to set Google Maps default view to street view?

We are attempting to recreate GeoGuessr using Wix. To do this, we are using a Google Maps element. We would like to have the Maps element display in Street View by default. There is no native function to do this in the settings. We are wondering if there is a way to use Velo to change the default view?

2 Likes

The native GoogleMaps object doesn’t seem to support this.

What you could do however is place your Google Map in an HtmlElement and react to/control it with onMessage and postMessage.

Here are some guides on how to do this: