Hi guys, I'm trying to open information and an image in a marker's infowindow. The name and address fields I've set up show up just fine, but the "imageurl" field does not. Basically I've stored an image url in a database field and I'm trying to pull it into the infowindow using javascript, but I get no image and "undefined" for the src. Any ideas?
The format I'm using right now: var html = "<b>" + name + "</b><br/>" + address + "<br/><img src=" + imageurl + "><br/>"; -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
