On Mon, Oct 26, 2009 at 7:14 PM, Marcelo <[email protected]> wrote:

>
> Google search API:
> http://code.google.com/apis/ajaxsearch/
>

As far as I understand, this API allows me to add google maps to my website
so that people can search for something and get a map as result, etc.

But that's not what I'm searching for.  My Google App Engine application
should do the search internally and than store the resulting geo coordinates
together with the information google offers and additional private
information. Later I might use google maps to display this points together
with the google information and my information.
But the first step is e.g. to get the geo corrdinates from all cinema in
London maybe together with the google map information like the name of the
cinema in an easy way through my python app to store it in the google app
engine database.

Yesterday I tried it with an simple HTTP request to "
http://maps.google.com/?q="; and than parse the output HTML file for the
information I want. This worked quite well. The only problem: This will give
me only the first 10 results. Because that's how maps.google.com partition
the results.

best wishes,
Björn

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to