On Nov 25, 5:42 am, uk_martin <[EMAIL PROTECTED]> wrote: > > > > In deciding where to locate the code, please bear in mind that the > > > > next stage of this is to introduce tabbed InfoWindows, and all the > > > > current InfoWindow content will need to go into "tab 1" of a choice of > > > > what will become 3 or 4 tabs per InfoWindow. > > > That should be irrelevant. The code should work in either place as > > long as adjustments are made for where you put it. > > > -- Larry > > Thanks Larry, so in simple speak, if the code in the examples here > -http://www.geocodezip.com/mapXmlTabs.aspwas to be used, and the KML > file adapted to cater for the tabs, that should be OK? There isn't > anything to compare with the "function createTabbedMarker > (point,label,tabs,icon" in the /test4.html code, so I assume it simply > gets added rather than replacing a comparable function that creates > plain vanilla InfoWindows in the existing code, and it will work?
If you give it the correct arguments. It does require a global gmarkers array. However given the subject of this thread, you may want to include the functionality from this page: http://www.geocodezip.com/mapXmlTabsDirections.asp which uses pretty much the same createTabbedMarker function, but adds a tab to the input with the directions in it. That functionality requires the global tohere and fromhere functions as well. -- 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 -~----------~----~----~----~------~----~------~--~---
