Re: [Google Maps API v3] problem displaying address in infowindow

2010-08-11 Thread aaron zhang
you can try infowindow.setContent(results[0].formatted_address). 2010/8/12 nick fox > I am trying to display the geocoder address in an infonwindow, I have > been able to display a button in the infowindow that will get the > address and display it in the infowindow, but... When I try to load >

[Google Maps API v3] problem displaying address in infowindow

2010-08-11 Thread nick fox
I am trying to display the geocoder address in an infonwindow, I have been able to display a button in the infowindow that will get the address and display it in the infowindow, but... When I try to load the address in the infowindow when the infowindow opens, nothing happens... thanks for your he