On Jun 10, 7:41 pm, Mo <[email protected]> wrote:
> I dont have a place to post an example but I have a link to the
> codehttp://google-maps-api.googlegroups.com/web/mo4143gmap+(3).html?gda=m...
If you upload a version with v=2.x in the script tag instead of v=2
you may well find that the page works (that is, it loads and shows a
map with "undefined" in the infoWindow). A link to code listing is not
a lot better than pasting code into your postings, I'm afraid.
However: I think the problem is that when you create your markers you
do this --
htmls[i] = html;
but when you open an infoWindow you do this --
gmarkers[i].openInfoWindowHtml(to_htmls[i]);
gmarkers[i].openInfoWindowHtml(from_htmls[i]);
without having defined those arrays.
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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
-~----------~----~----~----~------~----~------~--~---