Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All TopicsHello. I've written a page that builds a Google Map (you will have to substitute in your key to get it to work in your site). It draws a map, plots two map points, draws out the polyline and everything looks nice. If I click on the marker, it does a request to Google to look up the street address for that coordinate. Very cool, actaully.
When I click it, I get what you see in the attached image "bad.jpg" - in the pop up window it gives an "undefined" message in the text box instead of the address.
If I immediately click on the marker a second time, I do get the street address (along with the coordinates, http status and accuracy rating) which you can see in Good.jpg NOTE: I have not *reloaded* the page. I've only clicked that marker a second time.
I was able to get it to work if I add a javascript Alert('hi') before the lines that say:
marker1.openInfoWindowHtml
and
marker10.openInfoWindowHtm
However, this is not the way it should work, from a usability standpoint.
This would lead me to believe that the first AJAX request is working correctly but that it is trying to render it too quickly with the openInfoWindowHtml - perhaps the AJAX isn't complete yet.
Any suggestions?
Thank you !!!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: snsargvPosted on 2009-04-03 at 01:09:36ID: 24057618
Comments are available to members only. Sign up or Log in to view these comments.