Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jasasri_90
Contributor II
Contributor II

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

4 Replies
Steven_Haught
Creator III
Creator III

jasasri_90
Contributor II
Contributor II
Author

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

 

 

Steven_Haught
Creator III
Creator III

@jasasri_90 

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>'