Hello- I'm a newbie to java, and the google maps api.
I have created two different maps that pull their info from a database: http://sme.peacebabyusa.net/pbusa-website/ http://sme.peacebabyusa.net/locator-test/ I would like to add the "toggle" and custom icon functionality from the first map, to the second map. I have added most of the coding, but when I change: var marker = new GMarker(point); to var marker = new GMarker(point, customIcons[type]); markerGroups[type].push(marker); ...the points, and the sidebar disappear. Any help with this would be much appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
