Does anyone know if it is possible to use the street level map view with the google maps plug in
-
Go to Google Maps: Open https://www.google.com/maps in your web browser.
-
Find Your Location: Search for the address or place you want to show.
-
Enter Street View:
-
Drag the yellow Pegman icon (usually in the bottom-right corner) onto the specific street or blue dot/line where you want the view.
-
Alternatively, if a photo sphere or Street View image thumbnail appears for the location, click on it.
-
Adjust the View: Once in Street View, pan (drag your mouse), tilt (scroll wheel or drag vertically), and zoom (scroll wheel or +/- buttons) until you have the exact perspective (direction, angle, zoom level) you want to embed. This is crucial, as the URL will capture this specific view.
-
Click the “Share” Button: Look for the three vertical dots (menu icon) usually located near the address/location name in the top-left corner of the Street View window. Click it, then select “Share or embed image”.
- Alternatively, sometimes a dedicated “Share” icon (looking like <) might be visible directly.
-
Select “Embed a map”: A pop-up window will appear. Click on the “Embed a map” tab.
-
Copy the URL: You’ll see an
<iframe>
code snippet. You only need the URL found within the src=“…” part of that code.
-
Example: The code might look like <iframe src=“https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3721.178… [long string of parameters] … !5f0.7820865974627469” width=“600” …>
-
Copy the full embed code.
- Use the code: Paste this code into the Web Embed component inside Glide.
Amazing… thank you!!
Thank you. Not necessarily how I envisioned it but this may be work around