Hey guys, quick question...
I have a map view with a bunch of location markers, Id like to be able to click on a marker and then when this pops up have a few options (all this I can do), however is there a way I can create a link that takes me from that marker directly to a street view of the location on the marker?
Thanks
Hi,
Thank you for contacting us and I'd be happy to assist.
Based on some research online, I found that a direct link to a location's street view can be created using the latitude and longitude values:
https://stackoverflow.com/questions/387942/google-street-view-url
Here is an example link that works in my test:
<a href="<em><u>hidden link</u></em> field='location-field-slug' format='FIELD_LATITUDE,FIELD_LONGITUDE'][/types]" target="_blank">View in street view</a>
Note: Please replace "location-field-slug" with your actual location field's slug.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar
My issue is resolved now. Thank you! - Support again ... awesome!