Hello, I'm developing a web application with Google App Engine. Therefore I need an easy way to use Google Maps geocoding within my Python application.
As far as I know there is no real Python API for Google Maps, right? I hope I could achieve something with "Geocoding via HTTP"[1]. But I don't want to search only single addresses but also want to be able to send generic search requests like "cinema london" and than get the coordinates (preferable with additional information like the name of the cinema) from all cinema in London. Until now I only managed to get single coordinates through HTTP requests. Do you have an idea how I could achieve my goal? [1] http://code.google.com/apis/maps/documentation/geocoding/index.html Thanks a lot! 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 -~----------~----~----~----~------~----~------~--~---
