Hi If you are going down the MySQL route see http://davie.easypagez.com/maps/map1.php This is based on http://code.google.com/intl/el-GR/apis/maps/articles/phpsqlsearch.html The data is only for UK Data for other locations can be found at http://download.geonames.org/export/dump/ This approach will probably end up with a huge database so i think your best approach is to use geocoding http://code.google.com/apis/maps/documentation/geocoding/v2/ You can build up your request from your drop down boxes. Regards Davie
On May 9, 9:05 am, Rossko <[email protected]> wrote: > > Im going straight to the point.I want to create a dynamic map using Mysql. I > > want to have a drop down list in which the user can choose continent, > > country, city and a POI (e.g Europe-France-Paris-Eifel Tower) > > That's not map work, maybe have a look in DHTML tutorials and so on, > for how to build dynamic drop-down > > > and then get > > it on the map. > > It then becomes just a case of plotting a selected marker on the map > and zooming to it, possibly removing any old marker. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
