
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Embed Google street view in qliksense
Hi All,
Can anyone help me how to embed Google street view in Qlik Sense.
In my data Geopoint is present for each address, can we get the street view from google using the geopoint.
Regards,
Jasasri Pathy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
also can be done in the info bubble in the manner described here:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Steven,
To follow the above solution ,we should have image hyper links with us to use in the map.
Correct me if i am wrong.
Is there anyway to pass the longtitude and latitude to google map and fetch the street view.
Regards,
Jasasri pathy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue will actually surround street view being individual photos all pieced together (to put it super simply, its more complicated I am sure). Each street view has more info needed than just lat long as it also references a specific "photo". Now you can use the iframe and insert lat long to have a google map sat view by using something like this:
'<iframe src="https://www.google.com/maps/place/'&Lat&','&Long&'/@'&Lat&','&Long&',933m/data=!3m2!1e3!4b1" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>'
Or create a link in the info bubble to the exact location as such:
'<a href="https://www.google.com/maps/place/'&Lat&','&Long&'/@'&Lat&','&Long&',933m/data=!3m2!1e3!4b1"
style="color: rgb(0,255,0)"
target="_blank">Google Maps Link
</a>'
