Hello everyone, im trying to create a web page in which real estate locations and some additional information will be displayed. So far my web page looks like this example form Google Maps API tutorial, Mike williams.Example url: http://econym.org.uk/gmap/example_map2.htm
All infos about real estates like location, owner etc, are fetched from an MS Access database to an xml file, by using a modifyied script i found on google maps api groups. Now what i would like to do is to dipslay multiple markers on the map by clicking a clickable button.For instance i would like to group all real estates by their owners, so instead of having "Owner A-1", "Owner A-2" buttons on the side menu, i would like to have one button, that when clicked it will display on the map all the locations of real estates belonging to the same owner. So what im trying to do is to link a button to n markers. Here is my xml file for two real estates <?xml version="1.0" encoding="iso-8859-7" ?> <markers> <marker lat="37.986975" lng="23.759802" html="217 address 1 <br>City" label="Owner A" /> <marker lat="37.987377" lng="23.735721" html="12 address 2 <br> City" label=" Owner A" /> </markers> Which in my web page will create two clickable buttons named "Owner A" and "Owner A" not one linked to two markers. Which part of my files sdould i modify to do this? Any help would be appricciated, Thanks a lot in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
