> Please advise, I also noticed that person name is appearing multiple > time rather than one time. Now once I select username it should only > show person related marker.
Well, yes. Person's names like 'FRANK' appear in your XML file more than once, on different markers. Two things to sort out then - Would you like to have each persons name appear only once in the dropdown? If so, you might build an array of names as you parse the XML, and when complete sort the array for unique names, then build your dropdown select. When the user selects a name, would like one or all of the associated markers displayed? If it's 'all', this is just a kind of marker "category" show/hide process of which there are plenty of examples cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
