I'm currently trying to get my infowindows to have either a maximization button or for the html info windows to open already maximized. I added openInfoWindowHtml().maximize() and the marker wouldnt even open. I've tried numerous different ways.
Refer to this. http://www.globalinsights.com/MapBuilding/test-Final.htm This map and the size of the localmarkers are important because this is for a market research study and I need lots of room to post the results. Any ideas? Below is an example of some code as well for one of the 20 or so markers I have: localmarker[0] = new GMarker(new GLatLng(-29.5543,28.1689), markerOptions[0]); GEvent.addListener(localmarker[0], "click", function() { localmarker[0].openInfoWindowHtml("LETHOSO: No data available."); }); map.addOverlay(localmarker[0]); I'm fairly new to this and Javascript/HTML in general, some help with this would be much appreciated. - Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
