Create a popup that shows Google Maps Street View
Editing the Popup Text expression
The popup text is controlled by modifying the expression for “Popup Text” in the “Marker Properties” and “Polygon Properties” sections. You can modify this expression so it generates an HTML string that queries Google Maps to return an image of Google Maps Street View.
= '<a><img src=' & chr(39) &
'https://cbks1.google.com/cbk?output=thumbnail&cb_client=maps_sv&thumb=1&thumbfov=60&' &
'll=' & Latitude & ',' & Longitude &
'&cbll=' & Latitude & ',' & Longitude &
'&thumbpegman=0&w=300&h=118' & chr(39) & '></a>'