> My Problem is that when a polyline comes, the same Text will be > written two times at the sidebar. But I want it only one time for the > polyline and one time for the simple Icon.
Re-write your createMarker function to accept an extra parameter, something like 'addSidebar' to be set true or false. Only add the sidebar entry if its true. Alter your XML parsing code to pass this new parameter as true where you want it, and false where you don't. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
