I'll take a closer look in the morning, but that seemed to do the trick. What the code is supposed to be doing is mapping directions based on address points pulled from a database by server-side code. I was asked to replace the default infowindow content of each marker with data from the database, and to find a way to distinguish between various routes that overlap. This is my first attempt at using the Google Maps API, so if you see that I am going about this the wrong way, please let me know.
On Aug 18, 8:39 pm, Mike Williams <[email protected]> wrote: > I can't work out what your code is doing, but you might try performing > this immediately after creating your map > > map.getInfoWindow().show(); > > What that does is force the preloading of the infowindow external > module, so that you don't get the delay the first time the infowindow > opens. > > -- > Mike Williamshttp://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
