Comments

9 comments

  • Rainer Grabowski (FVM)

    Hi,

    try:
    alt-text

    In the (link part) must be the full url.

    Rainer

    0
    Comment actions Permalink
  • Faisal Velani

    Hi,

    I can't seem to see the picture. Can you please resend.

    0
    Comment actions Permalink
  • Faisal Velani

    https://maps.googleapis.com/maps/api/streetview?size=600x300&location=2826-grants-river-circle-sugar-land-texas-77479&fov=70

    This is an example of a static image
    2826-grants-river-circle-sugar-land-texas-77479 = will be in a property field in podio

    0
    Comment actions Permalink
  • Rainer Grabowski (FVM)

    uups, soory my mistake. This code should work:

    var prop = @propertyField;
    "![alt-text](https://maps.googleapis.com/maps/api/streetview?size=600x300&location=" + prop + "&fov=70)"
    

    Rainer

    1
    Comment actions Permalink
  • Faisal Velani

    That worked.
    Thank you.

    0
    Comment actions Permalink
  • Faisal Velani

    Hi Rainer,

    I wanted to ask a follow up question. Is there a way to get a google street view in calculation?

    Faisal

    0
    Comment actions Permalink
  • Rainer Grabowski

    Helloe Faisal,

    you mean a static image? This you can do like:

    "![alt](https://maps.googleapis.com/maps/api/streetview?size=600x300&location=" + @LocationField + "&fov=70)"
    

    Rainer

    0
    Comment actions Permalink
  • Faisal Velani

    I am including a sample code below this. What I was looking for what their street view service where I can see an image of the location and be able to explore around the location. Wanted to know if that was possible?

    function initialize() {
    var fenway = new google.maps.LatLng(42.345573, -71.098326);

    // Note: constructed panorama objects have visible: true
    // set by default.
    var panoOptions = {
    position: fenway,
    addressControlOptions: {
    position: google.maps.ControlPosition.BOTTOM_CENTER
    },
    linksControl: false,
    panControl: false,
    zoomControlOptions: {
    style: google.maps.ZoomControlStyle.SMALL
    },
    enableCloseButton: false
    };

    var panorama = new google.maps.StreetViewPanorama(
    document.getElementById('map-canvas'), panoOptions);
    }

    google.maps.event.addDomListener(window, 'load', initialize);

    1
    Comment actions Permalink
  • Richard Bradford

    Rainer,  

    is there a way to do this where the photo is not static but where you can pan around the street view?

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk