On Mar 10, 11:00 am, "WebDreams Designs" <[email protected]> wrote: > Sure, the link to the map is below. The togglegroup is working fine, but > not the maximize infowindow. > > http://www.virginiacivilwar.org/maps_google_now.php
Your map variable is local to the load function. map.getInfoWindow() fails (because the global map argument does not have a getInfoWindow method. None of the statements after that are executed... -- Larry > > > > ----- Original Message ----- > From: <[email protected]> > To: "Google Maps API" <[email protected]> > Sent: Tuesday, March 10, 2009 1:40 PM > Subject: Re: Maximize infowindow and togglegroup problem > > On Mar 10, 10:37 am, "WebDreams Designs" > <[email protected]> wrote: > > Hello All, > > > I am having a particular problem with my info windows. I have several > > different categories for which I toggle different color markers on and off > > on the map (using checkboxes). That works great. I also have it setup so > > the user can maximize the infowindow, showing another webpage in the > > infowindow. That works great. > > > Here is my problem -- When I try to combine both functions it does not > > work. Only the togglegroup will work. When the [+] to maximize the > > infowindow is clicked on the window expands and just displays "loading..." > > in the infowindow and will not display the other webpage. Does anyone know > > what I may be doing wrong? I will be happy to post my code if needed. (I > > am not including my code in this message because I didn't want to post > > everything if someone only wants to see a particular section) > > We really don't need to see your code posted here. However a link to > your map that shows the problem would be extremely useful (an we can > read you code there). > > -- Larry- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
