On Jul 17, 9:56 am, sonali ajankar <[email protected]> wrote: > > I am Sonali Ajankar. I am developing application in which user can query for > tourist place, hotels, Shopping mall or transport etc in the current area or > in a particular area. First, I want to develop it for Mumbai in India. > I want to ask for can I access google data for my application. How and where > can I access database for it. > Now I am accessing mysql database which was created by me. I am able to > access data in current area in it by sending user's lat and lng. But it is > not possible to feed all data in my database. > > So please help me. What can I do? can I access google or any database?
You can use the Local Search API to search Google's data and present it on your map. http://code.google.com/apis/ajaxsearch/local.html http://groups.google.com/group/Google-AJAX-Search-API You can't get Google's data and store it yourself [except under very strict rules for very limited uses] http://groups.google.com/group/google-maps-api/search?q=scrape+data&start=0&scoring=d -- 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.
