On Oct 26, 9:06 am, steamboat <[email protected]> wrote: > Map -http://bit.ly/4cr73R > > XML file -http://bit.ly/1scaMl > > I am currently pulling in the marker details through XML with the > ability to show / hide certain pins that are given a category. See > sidebar and tick boxes. > > I've had a read through the multiple posts on here, on Mikes tutorial > site and on geocodezips iterations which are all awesome except I'm > trying to add the tab functionaility to an existing iteration of the > map. > > I understand I need to add the function > createTabbedMarker(point,label,tabs,icon) > > but my iteration is only createMarker > function createMarker(point,name,html,category). > > I'm stumped really because I don't know where to start and how many > other parts of the map rely on this createMarker function. > > My JavaScript knowledge is limited, I can generally reverse engineer > certain aspects of the code but this time I'm stuck. > > Any help is really appreciated. >
If you write your xml in the format my tabbed marker examples understand, you should be able to drop in the createTabbedMarker function from my examples: Your existing xml works: http://www.geocodezip.com/mapXmlTabsPlus.asp?url=http://www.propertyweek.com/pictures/doubleclick/BLDGMap/iframe.xml -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
