On Jul 11, 6:46 am, zubi <[email protected]> wrote: > I want to display all the tourist locations in a selected city. Right > now my map displays some instances in a particular city. With those > instances I want to display all the important places nearby in that > city and its outskirts. I wanted to know whether there is any > function for displaying the same. If it is so then it will be very > helpful
The maps are the maps. And there may be issues with what you consider "important" and what Google chooses to display. You need to control the locations you need, which means you need your own database of POIs which you can display. That's effectively a "store locator" application -- your "stores" are POIs. A tutorial is here: http://code.google.com/apis/maps/articles/phpsqlajax.html -- it does assume a level of prior knowledge. Unfortunately the article has just been moved and the images haven't been updated yet. Perhaps Pamela will be able to do that. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
