Hi All, I'm in doubt how to implement Google Maps on a site, and to not reinvent the wheel, it would be great to get some input here.
I have a MySql database with thousands of POI's. I'm displaying these POI on the site (they are searchable) and I want to display the search results (about 20 per page) visualy in a small Google Map on the side. In most of the tutorials I read online a marker is added in javascript (new GLatLng();) or a marker is loaded from a XML file. When the XML method is used they mostly have a .php file where the XML tags are created. I'm already loading the item data from the database to display the search results. This can include the lon / lat of the items. What would be the best way to include these markers on Google maps? My idea was to create an xml file with a hash name to make it unique while loading the search results. The only problem would be that I have the make a physical XML file on the server for every search result. I hope other users have faced this problem and came up with a solution. Thanks a lot in advance for your input, Marc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
