Showing Street view instead of map view

If you want to show the Street view, you can do that if you have a LatLong field already. Create an URL column and use App formula like…

CONCATENATE("[https://www.google.com/maps/@?api=1&map_action=pano&viewpoint="&SUBSTITUTE([LatLong]]," “,”")&"&heading=-45&pitch=10&fov=80")

How to use options with the URL you can find from this page…

6 8 1,228
  • UX
8 REPLIES 8

It seems that someone has missed an older post

In my apps, I pass google map street view URL to external API which capture web site screenshot,which generates the thumbnails

3X_4_0_40e197d21d81ec2d42180c5e44d1b6baee6e7036.png

Without going to google map, app user can get the instant access to the view how it looks like.

Hey Koichi, I’ve been reading a lot of your tips and they’re great!

Was trying to implement this screenshot directly on the App using miniature.io (another one of your tips), but it does not seem possible… Do you know what could be the cause? Maybe I will need to send a key to Google Maps…?

I attached the screenshot to the message

3X_c_1_c1bf634947f355194c344a6dfc432d0e0518937e.png

There are bunch of similar services available on the web, to capture the screenshot out of URL, but the ones I introduced here is free service, where they have limit to the usage or capability.

To conver the Google Street views, the most reliable services ( as far as we use for our clients prodution apps) is service with paid one like

https://www.filestack.com/products/image-transformations/

Depending on your judgement if you are ready to move to paid service to get the stable perforance against what you want.

Thanks for the tip. This feature was merely intended for a better immersive experience on the user side - will probably postpone it to a later date. Nonetheless, I should already know how to do it!

This is cool what’s the formula for that?that’s awesome.

Top Labels in this Space